예제 #1
0
 public bool UnsafeEquals(HexString value)
 {
     return(value.ToString() == this._string);
 }