Determines if this instance of
Column and a specified object,
which must be a
Column can be considered the same.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
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