Tests whether the specified FIURational structure is equivalent to this FIURational structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Equals( FIURational other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As FIURational _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( FIURational other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FIURational
A FIURational structure to compare to this instance.