Universe.Physics.BulletSPlugin.BSAPIXNA.BulletShapeXNA.ReferenceSame C# (CSharp) Method

ReferenceSame() public method

public ReferenceSame ( BulletShape other ) : bool
other BulletShape
return bool
            public override bool ReferenceSame(BulletShape other)
            {
                BulletShapeXNA otheru = other as BulletShapeXNA;
                return (otheru != null) && (this.shape == otheru.shape);
            }