Click or drag to resize
DigitalRuneSrtTransformInequality Operator
Compares two SrtTransforms to determine whether they are the different.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static bool operator !=(
	SrtTransform srt1,
	SrtTransform srt2
)

Parameters

srt1
Type: DigitalRune.Animation.CharacterSrtTransform
The first transform.
srt2
Type: DigitalRune.Animation.CharacterSrtTransform
The second transform.

Return Value

Type: Boolean
if the transforms are different; otherwise .
See Also