op_Equality

TiffSRational Equality operator

Indicates whether two objects of the same type are equal.

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

Return Value

True if the objects are equal; otherwise, false.

See Also