Returns a value indicating whether this instance equals a specified object.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public override bool Match( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Match ( _ obj As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Match( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object