Rogue Wave Server Component library for .NET Reference Guide
|
|
MvKeyValueTableContainsValue Method |
Gets a value indicating if this table maps one or more keys to
the specified value.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- value
- Type: RW.Server.ComponentMvValue
The value to be tested.
Return Value
Type: Booleantrue if this table maps one or more keys to the value.
This method returns true if and only if this table contains at least one mapping to a value v such that Equals(v, value) == true.
This operation requires a time that is proportional to the size of the table.