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