OracleTimeSpan.Equals 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.
Compares the supplied object parameter to the Value property of the OracleTimeSpan object.
Overloads
Equals(OracleTimeSpan, OracleTimeSpan) |
Performs a logical comparison of two OracleTimeSpan structures to determine whether they are equal. |
Equals(Object) |
Compares the supplied object parameter to the Value property of the OracleTimeSpan object. |
Equals(OracleTimeSpan, OracleTimeSpan)
Performs a logical comparison of two OracleTimeSpan structures to determine whether they are equal.
public:
static System::Data::OracleClient::OracleBoolean Equals(System::Data::OracleClient::OracleTimeSpan x, System::Data::OracleClient::OracleTimeSpan y);
public static System.Data.OracleClient.OracleBoolean Equals (System.Data.OracleClient.OracleTimeSpan x, System.Data.OracleClient.OracleTimeSpan y);
static member Equals : System.Data.OracleClient.OracleTimeSpan * System.Data.OracleClient.OracleTimeSpan -> System.Data.OracleClient.OracleBoolean
Public Shared Function Equals (x As OracleTimeSpan, y As OracleTimeSpan) As OracleBoolean
Parameters
An OracleTimeSpan structure.
An OracleTimeSpan structure.
Returns
true
if the two values are equal, otherwise false
.
Applies to
Equals(Object)
Compares the supplied object parameter to the Value property of the OracleTimeSpan object.
public:
override bool Equals(System::Object ^ value);
public override bool Equals (object value);
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean
Parameters
- value
- Object
The object to be compared.
Returns
true
if the object is an instance of OracleTimeSpan and the two are equal, otherwise false
.