Range.Equals Method

Determines whether the specified Object is equal to the current Range.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare this Range to.

Return Value

Boolean
true if the specified object is identical to this Range; otherwise false.

See Also