TextureScalingInequality Operator |
Implements the operator !=.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool operator !=(
TextureScaling t1,
TextureScaling t2
)
Parameters
- t1 TextureScaling
- First value.
- t2 TextureScaling
- Second value.
Return Value
BooleanTrue if both values are not equal.
See Also