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.

public:
 virtual bool Equals(System::Data::Linq::Binary ^ other);
public bool Equals (System.Data.Linq.Binary other);
override this.Equals : System.Data.Linq.Binary -> bool
Public Function Equals (other As Binary) As Boolean

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

Equals(Object)

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

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Object to compare with the current Object.

Returns

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

Applies to