Krypton OutlookGrid Help
OutlookGridColumnEquals Method (OutlookGridColumn) |
Defines Equals methode (interface IEquatable)
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( OutlookGridColumn other )
Public Function Equals ( other As OutlookGridColumn ) As Boolean
Parameters
- other
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The OutlookGridColumn to compare with
Return Value
Type: Boolean[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridColumn.Equals(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridColumn)"]
Implements
IEquatableTEquals(T)See Also