RuntimeUtilities.CompareByteArrays Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)
Usage
'Usage
Dim left As Byte()
Dim right As Byte()
Dim returnValue As Boolean
returnValue = RuntimeUtilities.CompareByteArrays(left, right)
Syntax
'Declaration
Public Shared Function CompareByteArrays ( _
left As Byte(), _
right As Byte() _
) As Boolean
public 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[]
) : boolean
Parameters
- left
- right
Return Value
Returns Boolean.
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.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
RuntimeUtilities Class
RuntimeUtilities Members
Microsoft.EnterpriseManagement.Runtime Namespace