Point.Equals Method
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if obj is an instance of Point and equals the value of this instance; otherwise, false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.