public bool Equals(WChar other) { return(WrappedValue.Equals(other.WrappedValue)); }
public int CompareTo(WChar other) { return(WrappedValue.CompareTo(other.WrappedValue)); }