Esempio n. 1
0
 bool IEquatable <Binary> .Equals(Binary other)
 {
     return(((IEquatable <byte[]>) this).Equals(other.Value));
 }
Esempio n. 2
0
 int IComparable <Binary> .CompareTo(Binary other)
 {
     return(((IComparable <byte[]>) this).CompareTo(other.Value));
 }