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