ByteArrayComparer.Equals method (Byte[], Byte[])
Determines whether the specified objects are equal.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Equals ( _
left As Byte(), _
right As Byte() _
) As Boolean
'Usage
Dim instance As ByteArrayComparer
Dim left As Byte()
Dim right As Byte()
Dim returnValue As Boolean
returnValue = instance.Equals(left, right)
public bool Equals(
byte[] left,
byte[] right
)
Parameters
left
Type: []The first object of type byte[] to compare.
right
Type: []The second object of type byte[] to compare.
Return value
Type: System.Boolean
Implements
IEqualityComparer<T>.Equals(T, T)