Returns whether there the property is defined.

Namespace:  BioSharp.Core.Bio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool ContainsProperty(
	Object key
)

Parameters

key
Type: System..::.Object
the key object to search for

Return Value

true if this Annotation knows about the key, false otherwise

Implements

IAnnotation..::.ContainsProperty(Object)

Remarks

Normal raw access to the property. For cleverer access, use methods in AnnotationType.

See Also