This documentation is archived and is not being maintained.
Binary.Inequality Operator
Visual Studio 2008
Describes the inequality relationship between two binary objects.
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.
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.
Show: