Click or drag to resize
DigitalRuneSrtTransformEquality Operator
Compares two SrtTransforms to determine whether they are the same.

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 equal; otherwise .
See Also