BrushXEnvEquals(BrushXEnv) Method |
Determines whether the current instance equals another instance.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Equals(
BrushXEnv other
)
Parameters
- other BrushXEnv
- The other instance.
Return Value
Booleantrue if both instances are equal; otherwise,
false.
Implements
IEquatableTEquals(T)
See Also