Aver AreEqualTest T  Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool AreEqualTest<T>(
	Nullable<T> expect,
	Nullable<T> got
)
where T : struct, new(), IEquatable<T>

Parameters

expect
Type: OnlineSystem Nullable T 
got
Type: OnlineSystem Nullable T 
Type Parameters

T

Return Value

Type: OnlineBoolean
See Also