FreeImage.NET Class Library Reference
fi_handleEquals Method (fi_handle) |
Indicates whether the current object is equal to another object of the same type.
Namespace: FreeImageAPI.IO
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( fi_handle other )
Parameters
- other
- Type: FreeImageAPI.IOfi_handle
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