OracleBinary.LessThan(OracleBinary, OracleBinary) Method

Definition

Compares two OracleBinary structures to determine if the first is less than the second.

public:
 static System::Data::OracleClient::OracleBoolean LessThan(System::Data::OracleClient::OracleBinary x, System::Data::OracleClient::OracleBinary y);
public static System.Data.OracleClient.OracleBoolean LessThan (System.Data.OracleClient.OracleBinary x, System.Data.OracleClient.OracleBinary y);
static member LessThan : System.Data.OracleClient.OracleBinary * System.Data.OracleClient.OracleBinary -> System.Data.OracleClient.OracleBoolean
Public Shared Function LessThan (x As OracleBinary, y As OracleBinary) As OracleBoolean

Parameters

x
OracleBinary

An OracleBinary structure.

y
OracleBinary

An OracleBinary structure.

Returns

An OracleBoolean that is True if the first instance is less than the second instance, otherwise False. If either instance of OracleBinary is null, the Value of the OracleBoolean will be Null.

Applies to