Returns a value indicating whether this instance is equal to a specified object.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals (
	Object obj
)
C++
public:
virtual bool Equals (
	Object^ obj
) override

Parameters

obj (System.Object)
An object to compare with this instance or nullNothingnullptr.

Return Value

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