ConstructorModel..::..Equals Method (Nullable<(Of <(<'ConstructorModel>)>)>)

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

Syntax


public bool Equals(
	Nullable<ConstructorModel> other
)
Public Function Equals ( _
	other As Nullable(Of ConstructorModel) _
) As Boolean
public:
bool^ Equals(
	Nullable<ConstructorModel^> other
)

Parameters

other
Type: Nullable<(Of <(<'ConstructorModel>)>)>