Пример #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((SourceProperty != null ? SourceProperty.GetHashCode() : 0) * 397) ^ (DestinationProperty != null ? DestinationProperty.GetHashCode() : 0));
     }
 }