Binary.Equals Method

Definition

Determines whether two binary objects are equal.

Overloads

Equals(Binary)

Determines whether two binary objects are equal.

Equals(Object)

Determines whether the specified Object is equal to the current Object.

Equals(Binary)

Determines whether two binary objects are equal.

C#
public bool Equals(System.Data.Linq.Binary other);

Parameters

other
Binary

The Object to which the current object is being compared.

Returns

true if the two binary objects are equal; otherwise, false.

Implements

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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(Object)

Determines whether the specified Object is equal to the current Object.

C#
public override bool Equals(object obj);

Parameters

obj
Object

The Object to compare with the current Object.

Returns

true if the two binary objects are equal; otherwise, false.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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