FIRational.Equals Method (FIRational)

FreeImage.NET

FIRationalEquals Method (FIRational)
Tests whether the specified FIRational structure is equivalent to this FIRational structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals(
	FIRational other
)

Parameters

other
Type: FreeImageAPIFIRational
A FIRational structure to compare to this instance.

Return Value

Type: Boolean
true if obj is a FIRational structure equivalent to this FIRational structure; otherwise, false.

Implements

IEquatableTEquals(T)
See Also