| SrtTransformEquality Operator |
Compares two
SrtTransforms to determine whether they are the same.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static bool operator ==(
SrtTransform srt1,
SrtTransform srt2
)
Public Shared Operator = (
srt1 As SrtTransform,
srt2 As SrtTransform
) As Boolean
public:
static bool operator ==(
SrtTransform srt1,
SrtTransform srt2
)
static let inline (=)
srt1 : SrtTransform *
srt2 : SrtTransform : bool
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