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

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

Parameters

other
Type: Candlelight.PhysicsJointAngularLimits
The JointAngularLimits to compare with the current JointAngularLimits.

Return Value

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

Implements

IEquatableTEquals(T)
See Also