Spread Windows Forms 12.0 Product Documentation
Equals(Object) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Keystroke Structure : Equals(Object) Method
Object to compare to the current one
Determines whether an object is equal to the current one.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal o As Object _
) As Boolean
'Usage
 
Dim instance As Keystroke
Dim o As Object
Dim value As Boolean
 
value = instance.Equals(o)
public override bool Equals( 
   object o
)

Parameters

o
Object to compare to the current one
See Also

Reference

Keystroke Structure
Keystroke Members