Binary.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes the equality 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
First binary object.
- binary2
- Type: System.Data.Linq.Binary
Second binary object.
Show: