Exemplo n.º 1
0
 private bool Equals(ReadOnlyRxVar <T> other)
 {
     return(Equals((object)other));
 }
Exemplo n.º 2
0
 private static bool EqualsInternal(ReadOnlyRxVar <T> left, ReadOnlyRxVar <T> right)
 {
     return(left.Value.Equals(right.Value));
 }