Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Compare the SimplePofPath with another object to determine equality.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override bool Equals(
	Object o
)

Parameters

o
Type: System..::.Object

[Missing <param name="o"/> documentation for "M:Tangosol.IO.Pof.Reflection.SimplePofPath.Equals(System.Object)"]

Return Value

true iff this SimplePofPath and the passed object are equivalent.

Remarks

Two SimplePofPath objects are considered equal iff their indices are equal.

See Also