RuntimeUtilities.CompareByteArrays Method

Updated: April 16, 2012

Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim left As Byte() Dim right As Byte() Dim returnValue As Boolean returnValue = RuntimeUtilities.CompareByteArrays(left, right)Public Shared Function CompareByteArrays ( _ left As Byte(), _ right As Byte() _ ) As Booleanpublic static bool CompareByteArrays ( byte[] left, byte[] right )public: static bool CompareByteArrays ( array<unsigned char>^ left, array<unsigned char>^ right )public static boolean CompareByteArrays ( byte[] left, byte[] right )public static function CompareByteArrays ( left : byte[], right : byte[] ) : booleanParametersleftrightReturn ValueReturns Boolean.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms