op_Inequality

TiffSRational Inequality operator

Indicates whether two objects of the same type are not 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 not equal; otherwise, false.

See Also