Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.Contains Method 

Determines whether a given CustomAttribute is in the CustomAttributeCollection.

public virtual bool Contains(
   CustomAttribute item
);

Parameters

item
The CustomAttribute to check for.

Return Value

true if item is found in the CustomAttributeCollection; otherwise, false.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace