Determines whether a PropertyDefinition object is in the list.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Contains( PropertyDefinition value ) |
Visual Basic |
---|
Public Function Contains ( _ value As PropertyDefinition _ ) As Boolean |
JScript |
---|
public function Contains( value : PropertyDefinition ) : boolean |
Parameters
- value
- Type: Ico.Gwx..::..PropertyDefinition
The PropertyDefinition object to locate in the list.