FreeImage.NET Class Library Reference
FIMULTIBITMAPEquals Method (FIMULTIBITMAP) |
Indicates whether the current object is equal to another object of the same type.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( FIMULTIBITMAP other )
Parameters
- other
- Type: FreeImageAPIFIMULTIBITMAP
An object to compare with this object.
Return Value
Type: Booleantrue if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also