Arrays.

Equals<T>(T[], T[]) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.Util
Containing Type
Arrays

Syntax

public static bool Equals<T>(T[] x, T[] y)

Type Parameters

Name Description
T

Parameters

Name Type Description
x T[]
y T[]

Return Value

Type Description
bool