Click or drag to resize

SortedDictionaryEquals Method (Object)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether the specified object is equal to this object.

Namespace:  Tangosol.Util.Collections
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with this object.

Return Value

Type: Boolean
true if the specified object is equal to this object; otherwise, false.
See Also