Click or drag to resize

PointFloatEquals Method

LightningChart .NET Help
Object equals to PointFloat.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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 PointFloat, otherwise false.
See Also