This documentation is archived and is not being maintained.

Binary.Inequality Operator

Describes the inequality relationship between two binary objects.

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

'Declaration
Public Shared Operator <> ( _
	binary1 As Binary, _
	binary2 As Binary _
) As Boolean
'Usage
Dim binary1 As Binary 
Dim binary2 As Binary 
Dim returnValue As Boolean 

returnValue = (binary1 <> binary2)

Parameters

binary1
Type: System.Data.Linq.Binary

The first binary object.

binary2
Type: System.Data.Linq.Binary

The second binary object.

Return Value

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

Returns false if both are Nothing, but returns true if either is Nothing.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: