Skip to content

Overload_CodeJam_Collections_ArrayExtensions_EqualsTo

andrewvk edited this page Apr 21, 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[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(DateTimeOffset[], DateTimeOffset[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Decimal[], Decimal[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Double[], Double[]) Compares length and content of a and 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)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(DateTime)[], Nullable(DateTime)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(DateTimeOffset)[], Nullable(DateTimeOffset)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Decimal)[], Nullable(Decimal)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Double)[], Nullable(Double)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Int16)[], Nullable(Int16)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Int32)[], Nullable(Int32)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Int64)[], Nullable(Int64)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(SByte)[], Nullable(SByte)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(Single)[], Nullable(Single)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(TimeSpan)[], Nullable(TimeSpan)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(UInt16)[], Nullable(UInt16)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(UInt32)[], Nullable(UInt32)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(Nullable(UInt64)[], Nullable(UInt64)[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(SByte[], SByte[]) Returns true, if length and content of a equals b.
Public methodStatic member EqualsTo(Single[], Single[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(String[], String[]) Compares length and content of a and b.
Public methodStatic member EqualsTo(TimeSpan[], TimeSpan[]) Compares length and content of a and 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