Click or drag to resize

TextureScalingInequality Operator

Implements the operator !=.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool operator !=(
	TextureScaling t1,
	TextureScaling t2
)

Parameters

t1  TextureScaling
First value.
t2  TextureScaling
Second value.

Return Value

Boolean
True if both values are not equal.
See Also