Click or drag to resize

BrushXEnvEquals(BrushXEnv) Method

Determines whether the current instance equals another instance.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	BrushXEnv other
)

Parameters

other  BrushXEnv
The other instance.

Return Value

Boolean
true if both instances are equal; otherwise, false.

Implements

IEquatableTEquals(T)
See Also