StructuralObject.BinaryEquals(Byte[], Byte[]) 메서드

정의

지정된 바이트 배열에 동일한 값이 포함되어 있는지 여부를 확인합니다.

protected public:
 static bool BinaryEquals(cli::array <System::Byte> ^ first, cli::array <System::Byte> ^ second);
protected internal static bool BinaryEquals(byte[] first, byte[] second);
static member BinaryEquals : byte[] * byte[] -> bool
Protected Friend Shared Function BinaryEquals (first As Byte(), second As Byte()) As Boolean

매개 변수

first
Byte[]

비교할 첫 번째 바이트 배열 값입니다.

second
Byte[]

비교할 두 번째 바이트 배열입니다.

반품

true 두 배열의 길이가 같고 바이트 값이 같거나 두 배열 null이 모두 있으면 이고, false그렇지 않으면 .

적용 대상