This static method determines whether two OracleString values are not equal.
Declaration
// C# public static bool NotEquals(OracleString str1, OracleString str2);
Parameters
str1
The first OracleString.
str2
The second OracleString.
Return Value
Returns true if the two OracleString instances are not equal; otherwise, returns false.
Remarks
The following rules apply to the behavior of this method.
Any OracleString that has a value is greater than an OracleString that has a null value.
Two OracleStrings that contain a null value are equal.