a30574f1 4c13 cbef 7cfc 866a5bd49c6a - akesseler/Plexdata.Utilities.Templates GitHub Wiki
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
C#
public bool Contains(
string label
)
- label
- Type: System.String
The label to check an object existence for.
Type: Boolean
True is returned if an object could be found and false otherwise.
IArgumentRelations.Contains(String)
This method allows to find out if an object exists for provided label.
ArgumentRelations Class
Plexdata.Utilities.Formatting.Entities Namespace
ArgumentRelations.IndexOf(String)