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