| Win32HResultEquals Method (Win32HResult) | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic bool Equals(
	Win32HResult other
)
Public Function Equals ( 
	other As Win32HResult
) As Boolean
public:
virtual bool Equals(
	Win32HResult other
) sealed
abstract Equals : 
        other : Win32HResult -> bool 
override Equals : 
        other : Win32HResult -> bool Parameters
- other
 - Type: OIV.InventorWin32HResult
 
Return Value
Type: 
BooleanImplements
IEquatableTEquals(T)
See Also