PointDoubleInequality Operator |
LightningChart .NET Help
Difference 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 different, otherwise false.
See Also