StructuralObject.BinaryEquals Method (Byte[], Byte[])
Determines whether the specified byte arrays contain identical values.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- first
-
Type:
System.Byte[]
The first byte array value to compare.
- second
-
Type:
System.Byte[]
The second byte array to compare.
Return Value
Type: System.Booleantrue if both arrays are of the same length and contain the same byte values or if both arrays are null; otherwise, false.