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

Rational.Equality Operator

Compares Rational values for equality.

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

Syntax

Visual Basic
Public Shared Operator = ( _
	object1 As Rational, _
	object2 As Rational _
) As Boolean
C#
public static bool operator ==(
	Rational object1,
	Rational object2
)

Parameters

object1

Type: Aurigma.GraphicsMill.Rational

First Rational value.
object2

Type: Aurigma.GraphicsMill.Rational

Second Rational value.

Return Value

Value that is true when numbers are equal, false otherwise.

See Also

Reference