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입니다.

적용 대상