Click or drag to resize

MetadataCollectionContains Method

Checks if a Metadata object with the given name is in the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool Contains(
	string Name
)

Parameters

Name  String
The name of the Metadata object to check for

Return Value

Boolean
True if an object was found, false if not
See Also