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