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