public int GetHashCode(RoutePatternParameterPolicyReference obj) { throw new NotImplementedException(); }
public bool Equals(RoutePatternParameterPolicyReference x, RoutePatternParameterPolicyReference y) { return (x.Content == y.Content && x.ParameterPolicy == y.ParameterPolicy); }