PointDoubleEquality Operator |
LightningChart .NET Help
Identity of two points.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static bool operator ==(
PointDouble a,
PointDouble b
)
Public Shared Operator = (
a As PointDouble,
b As PointDouble
) As Boolean
public:
static bool operator ==(
PointDouble a,
PointDouble b
)
Parameters
- a
- Type: Arction.Wpf.ChartingPointDouble
PointDouble a. - b
- Type: Arction.Wpf.ChartingPointDouble
PointDouble b.
Return Value
Type:
BooleanTrue if points are identical, otherwise false.
See Also