Beispiel #1
0
 public override int GetHashCode() => ResourceSurrogateId.GetHashCode();
Beispiel #2
0
 public bool Equals(SqlBulkCopyDataWrapper other)
 {
     return(ResourceSurrogateId.Equals(other.ResourceSurrogateId));
 }