Range.Equals Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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