Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine if the given object is of a user type known to this IPofContext.

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

Syntax

C#
bool IsUserType(
	Object o
)

Parameters

o
Type: System..::.Object
The object to test; must not be null.

Return Value

true iff the specified object is of a valid user type.

See Also