Binary.Inequality Operator (Binary, Binary)

 

Describes the inequality relationship between two binary objects.

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

Public Shared Operator <> (
	binary1 As Binary,
	binary2 As Binary
) As Boolean

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 null, but returns true if either is null.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: