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

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

Parameters

other
Type: CandlelightTransformChain
The TransformChain to compare with the current TransformChain.

Return Value

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

Implements

IEquatableTEquals(T)
See Also