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

UnsignedRational.Equals Method

Compares this UnsignedRational 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 UnsignedRational. If actual type of this argument is other than UnsignedRational, exception will be raised.

Return Value

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

See Also

Reference