Overridden. See Match(Object).

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.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

See Also