Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Assert that a class is equal to another class.

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

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