Margin2DInequality Operator |
Determines whether two
Margin2D instances are not equal.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool operator !=(
Margin2D a,
Margin2D b
)
Parameters
- a Margin2D
- The first Margin2D.
- b Margin2D
- The second Margin2D.
Return Value
Booleantrue if the instances are not equal; otherwise,
false.
See Also