Esempio n. 1
0
 public int CompareTo(ObservableObject <T> other)
 {
     return(InternalObject.CompareTo(other.InternalObject));
 }
Esempio n. 2
0
 public bool Equals(ObservableObject <T> other)
 {
     return(InternalObject.Equals(other.InternalObject));
 }