public override bool Equals(object obj) { Unicode other = (Unicode)obj; return(other.ToString() == this.ToString()); }
public static uint Hash(Unicode data) { return(Hash(data.data)); }