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


GrapeCity.Xaml.SpreadSheet.Data Namespace > SortInfo Class : Equals Method
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.
See Also

Reference

SortInfo Class
SortInfo Members