Esempio n. 1
0
 public override bool Equals(Value other)
 {
     return(this == other);
 }
Esempio n. 2
0
 internal override int UnsafeCompareTo(Value other)
 {
     return(0);
 }