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#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An object to compare with this instance.

Return Value

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

See Also