Binary::Inequality Operator (Binary^, Binary^)
.NET Framework (current version)
Describes the inequality relationship between two binary objects.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- binary1
-
Type:
System.Data.Linq::Binary^
The first binary object.
- binary2
-
Type:
System.Data.Linq::Binary^
The second binary object.
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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: