Equals Method (Binary)
Collapse the table of content
Expand the table of content

Binary.Equals Method (Binary)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether two binary objects are equal.

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

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

Parameters

other
Type: System.Data.Linq.Binary
The Object to which the current object is being compared.

Return Value

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

Implements

IEquatable(Of T).Equals(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft