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