예제 #1
0
        public override bool Equals(object obj)
        {
            Unicode other = (Unicode)obj;

            return(other.ToString() == this.ToString());
        }
예제 #2
0
 public static uint Hash(Unicode data)
 {
     return(Hash(data.data));
 }