Specification Limits.Equals Method
Determines whether the specified object is equal to the current object.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
true if the specified object is equal to the current object; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public override bool Equals(
Object? obj
)Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise, false.