BrushXInequality Operator |
Determines whether two
BrushX instances are not equal.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator !=(
BrushX? x,
BrushX? y
)
Parameters
- x BrushX
- The first brush.
- y BrushX
- The second brush.
Return Value
Boolean if the brushes are not equal; otherwise,
.
See Also