'Declaration Public Overloads Shared Function Equals( _ ByVal item1 As GroupHeaderFooterItem, _ ByVal item2 As GroupHeaderFooterItem _ ) As Boolean
'Usage Dim item1 As GroupHeaderFooterItem Dim item2 As GroupHeaderFooterItem Dim value As Boolean value = GroupHeaderFooterItem.Equals(item1, item2)
public static bool Equals( GroupHeaderFooterItem item1, GroupHeaderFooterItem item2 )
Parameters
- item1
- The first GroupHeaderFooterItem to compare.
- item2
- The second GroupHeaderFooterItem to compare.
Return Value
true if the instances are of the same type and represent the same value; false otherwise.