OracleMonthSpan.Equals Method

Definition

Compares the supplied object parameter to the Value property of the OracleMonthSpan object.

Overloads

Equals(Object)

Compares the supplied object parameter to the Value property of the OracleMonthSpan object.

Equals(OracleMonthSpan, OracleMonthSpan)

Performs a logical comparison of two OracleMonthSpan structures to determine if they are equal.

Equals(Object)

Compares the supplied object parameter to the Value property of the OracleMonthSpan 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 object is an instance of OracleMonthSpan and the two are equal; otherwise false.

Applies to

Equals(OracleMonthSpan, OracleMonthSpan)

Performs a logical comparison of two OracleMonthSpan structures to determine if they are equal.

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

Parameters

Returns

true if the two values are equal, otherwise false.

Applies to