Binary.Equals Method (Binary)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether two binary objects are equal.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- other
- Type: System.Data.Linq.Binary
The Object to which the current object is being compared.
Implements
IEquatable(Of T).Equals(T)
Show: