Click or drag to resize

PointDoubleEquals Method

LightningChart .NET Help
Object equals to PointDouble.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object.

Return Value

Type: Boolean
True if object equals to PointDouble, otherwise false.
See Also