API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / Contains Method
The message to locate in the PrjMessagesCollection.

Contains Method (PrjMessagesCollection)
Determines whether the PrjMessagesCollection contains a specific value.
Syntax
public virtual bool Contains( 
   BaseProjectMessage message
)

Parameters

message
The message to locate in the PrjMessagesCollection.

Return Value

true if item is found in the PrjMessagesCollection; otherwise, false.
Exceptions
ExceptionDescription
The PrjMessagesCollection is read-only.
See Also