Equals Method (RibbonItem)
In This Topic
Determines whether the specified
RibbonItem is equal to the current
RibbonItem.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
See Also