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


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

Parameters

obj
The SortInfo to compare with the current SortInfo object.

Return Value

True if the specified SortInfo is equal to the current SortInfo object; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SortInfo Class
SortInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options