ArrayUtil Class
A class that has random array processing helper routines.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Common.ArrayUtil
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class ArrayUtil
public static class ArrayUtil
public ref class ArrayUtil abstract sealed
[<AbstractClass>]
[<Sealed>]
type ArrayUtil = class end
public final class ArrayUtil
The ArrayUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(array<Byte[], array<Byte[]) | Compare two byte arrays to determine whether they contain the same data. | |
Equals(array<Byte[], array<Byte[], Int32) | Compare two byte arrays to determine whether they contain the same data. | |
GetHashCode | Generate hash code for a byte array. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.