Win32HResultEquals Method (Win32HResult) |
Namespace: OIV.InventorAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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