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