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