Click or drag to resize

IntArr2EqualityComparerEquals Method (Int32, Int32)

return true if two values are equal.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool Equals(
	int[] x,
	int[] y
)

Parameters

x
Type: SystemInt32
first item to compare.
y
Type: SystemInt32
second item to compare.

Return Value

Type: Boolean
true if two values are equal.

Implements

IEqualityComparerTEquals(T, T)
See Also