FreeImage.NET Class Library Reference
FIURationalEquals Method (FIURational) |
Tests whether the specified FIURational structure is equivalent to this FIURational structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( FIURational other )
Parameters
- other
- Type: FreeImageAPIFIURational
A FIURational structure to compare to this instance.
Return Value
Type: Booleantrue if obj is a FIURational structure equivalent to this FIURational structure; otherwise, false.
Implements
IEquatableTEquals(T)See Also