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

Inequality operator implementation.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool operator !=(
	SessionKey left,
	SessionKey right
)

Parameters

left
Type: Tangosol.Web..::.SessionKey
Left argument.
right
Type: Tangosol.Web..::.SessionKey
Right argument.

Return Value

True if arguments are not equal, false otherwise.

See Also