Determines whether the specified Object is equal to this NullableType.

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override
JavaScript
function equals(obj);

Parameters

obj
Type: System..::.Object
The Object to compare with this NullableType.

Return Value

true if the SqlType and Name properties are the same.

See Also