BrushXEnvEquality Operator |
Determines whether two
BrushXEnv values are 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 both brush environments are equal; otherwise,
.
See Also