Skip to content

Overload_CodeJam_Collections_ArrayExtensions_EqualsTo

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

ArrayExtensions.EqualsTo Method

Overload List

 

Name Description
Public methodStatic member EqualsTo(Byte[], Byte[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Guid[], Guid[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Int16[], Int16[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Int32[], Int32[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Int64[], Int64[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(T)(Nullable(T)[], Nullable(T)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(SByte[], SByte[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(String[], String[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(TimeSpan[], TimeSpan[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(UInt16[], UInt16[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(UInt32[], UInt32[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(UInt64[], UInt64[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(T)(T[], T[]) Returns true, if length and content of a equals b.
Public methodStatic member 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.
Public methodStatic member EqualsTo(T)(T[], T[], IEqualityComparer(T)) Returns true, if length and content of a equals b.
  Back to Top

See Also

Reference

ArrayExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally