Click or drag to resize

IntensityPointEquals Method

LightningChart .NET Help
Check if referenced object is equal to this one. Due Color is not same, even if their components are same, one must check each component separately.

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

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Arction.Wpf.Charting.IntensityPoint.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.Charting.IntensityPoint.Equals(System.Object)"]

See Also