Binary.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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
Parameters
- binary1
- Type: System.Data.Linq.Binary
The first binary object.
- binary2
- Type: System.Data.Linq.Binary
The second binary object.
Show: