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