Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function Equals ( _
    first As Byte(), _
    second As Byte() _
) As Boolean
public bool Equals(
    byte[] first,
    byte[] second
)
public:
virtual bool Equals(
    array<unsigned char>^ first, 
    array<unsigned char>^ second
) sealed
abstract Equals : 
        first:byte[] * 
        second:byte[] -> bool  
override Equals : 
        first:byte[] * 
        second:byte[] -> bool
public final function Equals(
    first : byte[], 
    second : byte[]
) : boolean
Parameters
- first
 Type: array<System.Byte[]
- second
 Type: array<System.Byte[]
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IEqualityComparer<T>.Equals(T, T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.