See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public override bool Match(
	Object obj
)
Visual Basic
Public Overrides Function Match ( 
	obj As Object
) As Boolean
Visual C++
public:
virtual bool Match(
	Object^ obj
) override

Parameters

obj
Type: System..::..Object

Return Value

Type: Boolean

See Also