  | FilespecsEquals Method  | 
 
            Compares this object to another FileSpecs object
            
 
    Namespace: 
   ParaPlan.Entities
    Assembly:
   ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntaxpublic override bool Equals(
	Object obj
)
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
- obj
 - Type: SystemObject
A FileSpecs object to compare against 
Return Value
Type: 
BooleanTrue if the objects is the same as this
See Also