Aver AreEqual T  Method (Nullable T , Nullable T , String)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 void AreEqual<T>(
	Nullable<T> expect,
	Nullable<T> got,
	string from = null
)
where T : struct, new(), IEquatable<T>

Parameters

expect
Type: OnlineSystem Nullable T 
got
Type: OnlineSystem Nullable T 
from (Optional)
Type: OnlineSystem String
Type Parameters

T
See Also