Indicates whether the current object is equal to another object of the same type.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Equals( FIMULTIBITMAP other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As FIMULTIBITMAP _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( FIMULTIBITMAP other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FIMULTIBITMAP
An object to compare with this object.