Click or drag to resize

ContextPartitionIdentifierCompareTo Method

Compare identifiers returning a bool indicator whether identifier information matches.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public abstract bool CompareTo(
	ContextPartitionIdentifier identifier
)

Parameters

identifier
Type: com.espertech.esper.common.client.contextContextPartitionIdentifier
to compare to

Return Value

Type: Boolean
true for objects identifying the same context partition (could be different context)
See Also