Click or drag to resize
QuaternionInterpolationTargetEquals Method (QuaternionInterpolationTarget)
Determines whether the specified QuaternionInterpolationTarget is equal to the current QuaternionInterpolationTarget.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	QuaternionInterpolationTarget other
)

Parameters

other
Type: CandlelightQuaternionInterpolationTarget
The QuaternionInterpolationTarget to compare with the current QuaternionInterpolationTarget.

Return Value

Type: Boolean
if the specified QuaternionInterpolationTarget is equal to the current QuaternionInterpolationTarget; otherwise, .

Implements

IEquatableTEquals(T)
See Also