GrapeCity.Xaml.SpreadSheet.Data
Equals Method (RangeGroup)


The range group to compare with the current range group.
Determines whether the specified outline (range group) is equal to the current range group.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As RangeGroup
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
The range group to compare with the current range group.

Return Value

true if the specified range group is equal to the current range group; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RangeGroup Class
RangeGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options