op_Inequality

TiffRational Inequality operator

Indicates whether two objects of the same type are not equal.

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

Return Value

True if the objects are not equal; otherwise, false.

See Also