Click or drag to resize
RagdollPartChainEquals Method (Object)
Determines whether the specified Object 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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current RagdollPartChain.

Return Value

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