Overridden. See Match(Object).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.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