TextAndImage.Equals Method

Krypton OutlookGrid

TextAndImageEquals Method
Krypton OutlookGrid v1.6.0
Overrides Equals

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

obj
Type: SystemObject
The object to compare

Return Value

Type: Boolean
true if equal, false otherwise.
See Also