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.

C#
public override bool Equals(object value);

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

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Equals(OracleMonthSpan, OracleMonthSpan)

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

C#
public static System.Data.OracleClient.OracleBoolean Equals(System.Data.OracleClient.OracleMonthSpan x, System.Data.OracleClient.OracleMonthSpan y);

Parameters

Returns

true if the two values are equal, otherwise false.

Applies to

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1