FreeImage.NET Class Library Reference
FITAGEquals Method (FITAG) |
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( FITAG other )
Parameters
- other
- Type: FreeImageAPIFITAG
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