op_Equality

TiffRational Equality operator

Indicates whether two objects of the same type are equal.

public static bool operator ==(TiffRational left, TiffRational right)
Parameter Type Description
left TiffRational The left object.
right TiffRational The rigt object.

Return Value

True if the objects are equal; otherwise, false.

See Also