Theres many ways to test equality between two object in fact theres four we have Object.ReferenceEquals(), static Equals() , instance Equals(), operator== Object.ReferenceEquals(); This method simple test the equality of referances of two referance types...