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

UnsignedRational.Equality Operator

Compares UnsignedRational values for equality.

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

Syntax

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

Return Value

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

See Also

Reference