OracleString::Equals Method (Object^)
.NET Framework (current version)
Compares the supplied object parameter to the Value property of the OracleString object.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- value
-
Type:
System::Object^
The object to be compared.
Return Value
Type: System::BooleanEquals will return true if the object is an instance of OracleString and the two are equal; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: