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

Assert that a class is equal to another class.

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

Syntax

C#
protected internal static void AssertEqual(
	Type type,
	Type testType
)

Parameters

type
Type: System..::.Type
The expected class; must not be null.
testType
Type: System..::.Type
The class to test for equality; must not be null

Exceptions

ExceptionCondition
System..::.ArgumentException If the second class is not equal to the first.

See Also