a30574f1 4c13 cbef 7cfc 866a5bd49c6a - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations.Contains Method

Finds out if an object exists for provided label.

Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

public bool Contains(
	string label
)

Parameters

 

label
Type: System.String
The label to check an object existence for.

Return Value

Type: Boolean
True is returned if an object could be found and false otherwise.

Implements

IArgumentRelations.Contains(String)

Remarks

This method allows to find out if an object exists for provided label.

See Also

Reference

ArgumentRelations Class
Plexdata.Utilities.Formatting.Entities Namespace
ArgumentRelations.IndexOf(String)

⚠️ **GitHub.com Fallback** ⚠️