This documentation is for the old version. Go to the latest Graphics Mill docs

Rational.Equals Method

Compares this Rational with specified object.

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

Syntax

Visual Basic
Public Overrides NotOverridable Function Equals ( _
	object As Object _
) As Boolean
C#
public override sealed bool Equals(
	Object object
)

Parameters

object

Type: System.Object

The Object to compare with the current Rational. If actual type of this argument is other than Rational, exception will be raised.

Return Value

Value specifying whether given object represents the same value as this Rational.

See Also

Reference