Win32HResultEquals Method (Win32HResult) |
Namespace: OIV.InventorAssembly: OIV.InventorToWpf (in OIV.InventorToWpf.dll) Version: 9.9.13.0 (9.9.13.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