| Visual Basic (Declaration) | |
|---|---|
Public Function Contains( _ ByVal legendEntry As LegendEntry _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Contains( LegendEntry legendEntry ) | |
| C++/CLI | |
|---|---|
public: bool Contains( LegendEntry^ legendEntry ) | |
Parameters
- legendEntry
- The LegendEntry to find.