Krypton OutlookGrid Help
OutlookGridGroupBoxColumnEquals Method (OutlookGridGroupBoxColumn) |
Defines Equals method on the columnName
Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public bool Equals( OutlookGridGroupBoxColumn other )
Public Function Equals ( other As OutlookGridGroupBoxColumn ) As Boolean
Parameters
- other
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridGroupBoxColumn
The OutlookGridGroupBoxColumn to compare with.
Return Value
Type: BooleanTrue or False.
Implements
IEquatableTEquals(T)See Also