MessageCollectionBase.Contains Method
Include Protected Members
Include Inherited Members
Determines whether an object with the specified ID value exists in the message collection object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(Int32, Int32) | Determines whether an object with the specified ID value and language ID value exists in the message collection object. | |
Contains(Int32, String) | Determines whether an object with the specified ID value and language exists in the message collection object. |
Top