Determines if this instance of Column and the specified Column
can be considered the same.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Equals ( _ column As Column _ ) As Boolean |
C# |
---|
public bool Equals( Column column ) |
Visual C++ |
---|
public: bool Equals( Column^ column ) |
JavaScript |
---|
function equals(column); |
Parameters
- column
- Type: NHibernate.Mapping..::.Column
A Column to compare to this Column.