OracleTimeSpan.NotEquals(OracleTimeSpan, OracleTimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a logical comparison of two instances of OracleTimeSpan to determine whether they are not equal.
public:
static System::Data::OracleClient::OracleBoolean NotEquals(System::Data::OracleClient::OracleTimeSpan x, System::Data::OracleClient::OracleTimeSpan y);
public static System.Data.OracleClient.OracleBoolean NotEquals (System.Data.OracleClient.OracleTimeSpan x, System.Data.OracleClient.OracleTimeSpan y);
static member NotEquals : System.Data.OracleClient.OracleTimeSpan * System.Data.OracleClient.OracleTimeSpan -> System.Data.OracleClient.OracleBoolean
Public Shared Function NotEquals (x As OracleTimeSpan, y As OracleTimeSpan) As OracleBoolean
Parameters
An OracleTimeSpan structure.
An OracleTimeSpan structure.
Returns
An OracleBoolean that is True if the two instances are not equal or False if the two instances are equal. If either instance of OracleTimeSpan is null, the Value of the OracleBoolean is Null.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.