Myre.Physics.Collisions.Projection.Equals C# (CSharp) Method

Equals() public method

public Equals ( Projection other ) : bool
other Projection
return bool
        public bool Equals(Projection other)
        {
            return this.Start == other.Start && this.End == other.End;
        }

Same methods

Projection::Equals ( object obj ) : bool