Intersoft WebGrid Documentation
Match Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > CaptionAttribute Class : Match Method






obj
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Match( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CaptionAttribute
Dim obj As Object
Dim value As Boolean
 
value = instance.Match(obj)
C# 
public virtual bool Match( 
   object obj
)
Delphi 
public function Match( 
    obj: TObject
): Boolean; virtual; 
JScript 
public function Match( 
   obj : Object
) : boolean;
Managed Extensions for C++ 
public: virtual bool Match( 
   Object* obj
) 
C++/CLI 
public:
virtual bool Match( 
   Object^ obj
) 

Parameters

obj

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.