CollectionUtilsEqualsDeep Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Examines whether two parameters are two equal array objects.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static bool EqualsDeep(
Object obj1,
Object obj2
)
Parameters
- obj1
- Type: SystemObject
Object to compare.
- obj2
- Type: SystemObject
Object to compare to.
Return Value
Type:
Booleantrue if two objects are arrays and are of the same
array type; otherwise
false.
See Also