ObjectArrayComparerCompare Method |
Compares two specified object arrays.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public int Compare(
Object x,
Object y
)
Parameters
- x
- Type: SystemObject
First array to compare (object[]) - y
- Type: SystemObject
Second array to compare (object[])
Return Value
Type:
Int32Implements
IComparerCompare(Object, Object)See Also