Point.Equals Method
Overridden. Returns whether this
instance is equal to a specified object.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if obj is an instance of Point and equals the value of this instance; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override bool Equals(
Object? obj
)
Parameters
- obj Object
- An object to compare with this instance.
Return Value
Booleantrue if obj is an instance of Point and equals the value of this instance; otherwise, false.