MockModel..::..IsEqual<(Of <(<'T>)>)> Method

Determines whether the specified x is equal.

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public static bool IsEqual<T>(
	Nullable<T> x,
	Nullable<T> y
)
where T : MockModel
Public Shared Function IsEqual(Of T As MockModel) ( _
	x As Nullable(Of T), _
	y As Nullable(Of T) _
) As Boolean
public:
generic<typename T>
where T : MockModel
static bool^ IsEqual(
	Nullable<T> x, 
	Nullable<T> y
)

Type Parameters

T

Parameters

x
Type: Nullable<(Of <(<'T>)>)>
The x.
y
Type: Nullable<(Of <(<'T>)>)>
The y.

Return Value

true if the specified x is equal; otherwise, false.