Equals

Equals(TiffSRational, TiffSRational)

Compares pair of TiffSRational.

public static bool Equals(TiffSRational rational, TiffSRational other)
Parameter Type Description
rational TiffSRational Comparing item.
other TiffSRational Other item.

Return Value

true if objects are equal; otherwise false.

See Also


Equals(TiffSRational)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(TiffSRational other)
Parameter Type Description
other TiffSRational An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also


Equals(object)

Indicates whether the current object is equal to another object of the same type.

public override bool Equals(object obj)
Parameter Type Description
obj Object An object to compare with this object.

Return Value

true if the current object is equal to the obj parameter; otherwise, false.

See Also