-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Collections_ArrayExtensions_EqualsTo
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Name | Description | |
---|---|---|
EqualsTo(Byte[], Byte[]) | Returns true, if length and content of a equals b. | |
EqualsTo(Guid[], Guid[]) | Returns true, if length and content of a equals b. | |
EqualsTo(Int16[], Int16[]) | Returns true, if length and content of a equals b. | |
EqualsTo(Int32[], Int32[]) | Returns true, if length and content of a equals b. | |
EqualsTo(Int64[], Int64[]) | Returns true, if length and content of a equals b. | |
EqualsTo(T)(Nullable(T)[], Nullable(T)[]) | Returns true, if length and content of a equals b. | |
EqualsTo(SByte[], SByte[]) | Returns true, if length and content of a equals b. | |
EqualsTo(String[], String[]) | Returns true, if length and content of a equals b. | |
EqualsTo(TimeSpan[], TimeSpan[]) | Returns true, if length and content of a equals b. | |
EqualsTo(UInt16[], UInt16[]) | Returns true, if length and content of a equals b. | |
EqualsTo(UInt32[], UInt32[]) | Returns true, if length and content of a equals b. | |
EqualsTo(UInt64[], UInt64[]) | Returns true, if length and content of a equals b. | |
EqualsTo(T)(T[], T[]) | Returns true, if length and content of a equals b. | |
EqualsTo(String[], String[], StringComparison) | Returns true, if length and content of a equals b. A parameter specifies the culture, case, and sort rules used in the comparison. | |
EqualsTo(T)(T[], T[], IEqualityComparer(T)) | Returns true, if length and content of a equals b. |