UnsignedRational.Equals Method

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

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 UnsignedRational instance equivalent to this UnsignedRational; otherwise, false.

See Also

Reference