Binary.Equals Method (Binary)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Determines whether two binary objects are equal.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As Binary _
) As Boolean
public bool Equals(
    Binary other
)

Parameters

Return Value

Type: System.Boolean
true if the two binary objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.