4b558569 f719 6b5f f0eb 22a680160a87 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Determines whether a relation for label already exists.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
bool Contains(
string label
)
- label
- Type: System.String
The label to be verified.
Type: Boolean
True if a relation for label is contained already and false otherwise.
This method detects whether a relation for label is already available.
IArgumentRelations Interface
Plexdata.Utilities.Formatting.Interfaces Namespace
IArgumentRelations.IndexOf(String)