Determines if this instance of Column and a specified object, which must be a Column can be considered the same.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Parameters

obj
Type: System..::..Object
An Object that should be a Column.

Return Value

trueTruetruetrue (True in Visual Basic) if the name of this Column and the other Column are the same, otherwise falseFalsefalsefalse (False in Visual Basic).

See Also