FreeImage.NET Class Library Reference
FIRGB16Equals Method (FIRGB16) |
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( FIRGB16 other )
Parameters
- other
- Type: FreeImageAPIFIRGB16
A FIRGB16 structure to compare to this instance.
Return Value
Type: Booleantrue if obj is a FIRGB16 structure equivalent to this FIRGB16 structure; otherwise, false.
Implements
IEquatableTEquals(T)See Also