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


GrapeCity.Xaml.SpreadSheet.Data Namespace > GeneralFormatter Class : Equals Method
The formatter to compare with the current formatter.
Determines whether the specified formatter is equal to the current formatter.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As GeneralFormatter
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
The formatter to compare with the current formatter.

Return Value

true if the specified formatter is equal to the current formatter; otherwise, false.
See Also

Reference

GeneralFormatter Class
GeneralFormatter Members