Skip to content

Overload_CodeJam_Collections_ArrayExtensions_EqualsTo

andrewvk edited this page Mar 25, 2016 · 5 revisions

ArrayExtensions.EqualsTo Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member EqualsTo(Byte[], Byte[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(DateTime[], DateTime[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(DateTimeOffset[], DateTimeOffset[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Decimal[], Decimal[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Double[], Double[]) 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(Nullable(Byte)[], Nullable(Byte)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(DateTime)[], Nullable(DateTime)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(DateTimeOffset)[], Nullable(DateTimeOffset)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Decimal)[], Nullable(Decimal)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Double)[], Nullable(Double)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Int16)[], Nullable(Int16)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Int32)[], Nullable(Int32)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Int64)[], Nullable(Int64)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(SByte)[], Nullable(SByte)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(Single)[], Nullable(Single)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(TimeSpan)[], Nullable(TimeSpan)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(UInt16)[], Nullable(UInt16)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(UInt32)[], Nullable(UInt32)[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Nullable(UInt64)[], Nullable(UInt64)[]) 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(Single[], Single[]) 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(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