Returns true if the collection contains the transformation.
| [Visual Basic .NET] |
|---|
Public Function Contains( _ ByVal Name As String _ ) As Boolean |
| [C#] |
|---|
public bool Contains( |
| [Managed C++] |
|---|
public: bool Contains( |
| [Java] |
|---|
public bool contains( |
| [Unmanaged C++] |
|---|
public: HRESULT Contains( |
- Name
- The name of the ModelTransformation.
