This documentation is archived and is not being maintained.

ArrayUtil Class

A class that has random array processing helper routines.

System.Object
  Microsoft.TeamFoundation.Common.ArrayUtil

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

'Declaration
Public NotInheritable Class ArrayUtil

The ArrayUtil type exposes the following members.

  NameDescription
Public methodStatic memberEquals(Byte(), Byte())Compare two byte arrays to determine whether they contain the same data.
Public methodStatic memberEquals(Byte(), Byte(), Int32)Compare two byte arrays to determine whether they contain the same data.
Public methodStatic memberGetHashCodeGenerate hash code for a byte array.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: