Interval.Equals Method

Returns whether this instance is equal to a specified object.

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
An object to compare with this instance or null.

Return Value

Boolean
true if obj is an instance of Interval and equals the value of this instance; otherwise, false.

See Also