RhinoCommon API
MaterialRefsContains Method |
Determines whether this dictionary contains a specific value.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool Contains( KeyValuePair<Guid, MaterialRef> item )
Public Function Contains ( item As KeyValuePair(Of Guid, MaterialRef) ) As Boolean
Parameters
- item
- Type: System.Collections.GenericKeyValuePairGuid, MaterialRef
The object to locate in this dictionary.
Return Value
Type: Booleantrue if item is found in this dictionary; otherwise, false.