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