Rational.Equals Method

Tests whether the specified object is a Rational instance and is equivalent to this Rational.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override bool Equals(
	Object object
)

Parameters

object

Type: System.Object

The object to test.

Return Value

true if object is a Rational instance equivalent to this Rational; otherwise, false.

See Also

Reference