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

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

Parameters

other
Type: Candlelight.PhysicsRagdollPartChain
The RagdollPartChain to compare with the current RagdollPartChain.

Return Value

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

Implements

IEquatableTEquals(T)
See Also