ShellCommandEquals Method  | 
 
            Determines whether the specified 
Object is equal to the current
            
Object.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
The object to compare with the current object. 
Return Value
Type: 
Boolean
            true if the specified 
Object is a 
ShellCommand holding the same verb; otherwise, false.
            
See Also