Responder Developer Guide
IsMatch Method (IMatchable<T>)


Syntax
'Declaration
 
Function IsMatch( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As IMatchable(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.IsMatch(item)
bool IsMatch( 
   T item
)

Parameters

item
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMatchable<T> Interface
IMatchable<T> Members

 

 


Send Comment