Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..Contains<(Of <(<'T>)>)> Method (T, MatchOptions)

Determines if matchValue matches Value based on options.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public bool Contains<T>(
	T matchValue,
	AValue..::..MatchOptions options
)

Type Parameters

T
The type of matchValue

Parameters

matchValue
Type: T
The value used to determined a match based on options. If options is Regex, this param should be a RegEx string or a Regex instance. If this param is a KeyValuePair, both the key and value must match.
options
Type: Aerospike.Database.LINQPadDriver.Extensions..::..AValue..::..MatchOptions
Matching options based on AValue..::..MatchOptions.

Return Value

True if a match occurred.