PointDoubleEquality Operator |
LightningChart .NET Help
Identity of two points.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.ChartingMVVMPointDouble
PointDouble a. - b
- Type: Arction.Wpf.ChartingMVVMPointDouble
PointDouble b.
Return Value
Type:
BooleanTrue if points are identical, otherwise false.
See Also