Method Equals
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
Equals(ColumnId)
Declaration
public bool Equals(ColumnId other)
Parameters
| Type | Name | Description |
|---|---|---|
| ColumnId | other | The ColumnId struct for the equality comparison. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if equals, otherwise false. |
Implements
System.IEquatable<T>.Equals(T)