ORM Sample Class Library

CollectionTemplate.Match Method 

Provides the Match method to all inherited classes.

[Visual Basic]
Protected Function Match( _
   ByVal comparer As CompareType, _
   ByVal data As Object, _
   ByVal searchValue As Object _
) As Boolean
[C#]
protected bool Match(
   CompareType comparer,
   object data,
   object searchValue
);

Parameters

comparer
The type of comparison to perform
data
the data to search in
searchValue
The data to search for

Return Value

Whether the match was made

See Also

CollectionTemplate Class | OrmLib Namespace


">Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.