SqlBinary.LessThan(SqlBinary, SqlBinary) Operador
Definição
public:
static System::Data::SqlTypes::SqlBoolean operator <(System::Data::SqlTypes::SqlBinary x, System::Data::SqlTypes::SqlBinary y);
public static System.Data.SqlTypes.SqlBoolean operator < (System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y);
static member ( < ) : System.Data.SqlTypes.SqlBinary * System.Data.SqlTypes.SqlBinary -> System.Data.SqlTypes.SqlBoolean
Public Shared Operator < (x As SqlBinary, y As SqlBinary) As SqlBoolean
Parâmetros
Retornos
Um SqlBoolean que será True se a primeira instância for menor que a segunda instância.A SqlBoolean that is True if the first instance is less than the second instance. Caso contrário, False.Otherwise False. Se uma das instâncias de SqlBinary for nula, o Value do SqlBoolean será Null.If either instance of SqlBinary is null, the Value of the SqlBoolean will be Null.
Comentários
O método equivalente para esse operador é SqlBinary.LessThan(SqlBinary, SqlBinary)The equivalent method for this operator is SqlBinary.LessThan(SqlBinary, SqlBinary)