int System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer)
 {
     return(STuple.StructuralGetHashCode(this, comparer));
 }