Summary
    Compares two collection members for equality
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - Collection
Items Equal Constraint  
Syntax
protected bool ItemsEqual(object x, object y)
	Parameters
| Name | Type | Description | 
|---|---|---|
| x | object | |
| y | object | 
Return Value
| Type | Description | 
|---|---|
| bool | 
