Click or drag to resize

TextureScalingEquals(TextureScaling) Method

Compares this value with another value.

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

Parameters

other  TextureScaling
The other value.

Return Value

Boolean
True if this value is equal to the other value.

Implements

IEquatableTEquals(T)
See Also