Tests whether the specified object is a
FIRGB16 structure
and is equivalent to this
FIRGB16 structure.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
Return Value
true if
obj is a
FIRGB16 structure
equivalent to this
FIRGB16 structure; otherwise,
false.
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also