primitive ushort public byte operator(byte)( ) public char operator(char)( ) public double operator(double)( ) public float operator(float)( ) public int operator(int)( ) public long operator(long)( ) public sbyte operator(sbyte)( ) public short operator(short)( ) public uint operator(uint)( ) public ulong operator(ulong)( ) public ushort operator(ushort)( ) public int operator+( ) public ushort operator++( ) public ushort operator--( ) public ushort operator~( ) public bool operator==( ushort rightOperand ) public bool operator!=( ushort rightOperand ) public bool operator>( ushort rightOperand ) public bool operator>=( ushort rightOperand ) public bool operator<( ushort rightOperand ) public bool operator<=( ushort rightOperand ) public ushort operator+( ushort rightOperand ) public ushort operator-( ushort rightOperand ) public ushort operator*( ushort rightOperand ) public ushort operator/( ushort rightOperand ) public ushort operator%( ushort rightOperand ) public ushort operator|( ushort rightOperand ) public ushort operator&( ushort rightOperand ) public ushort operator^( ushort rightOperand ) public ushort operator<<( ushort rightOperand ) public ushort operator>>( ushort rightOperand ) |