IsElementName Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.

Namespace: Optimization.Configuration
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
protected override bool IsElementName(
	string elementName
)
Visual Basic
Protected Overrides Function IsElementName ( _
	elementName As String _
) As Boolean
Visual C++
protected:
virtual bool IsElementName(
	String^ elementName
) override

Parameters

elementName
Type: System..::..String
The name of the element to verify.

Return Value

trueTruetruetrue (True in Visual Basic) if the element exists in the collection; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also