Share via


GlobalInterfaces.ContainsInterface(Type) Method

Definition

Determines if an interface type is present in the global applications array.

public:
 bool ContainsInterface(Type ^ interfaceType);
public bool ContainsInterface (Type interfaceType);
member this.ContainsInterface : Type -> bool
Public Function ContainsInterface (interfaceType As Type) As Boolean

Parameters

interfaceType
Type

Specifies the type of interface.

Returns

True if the interface is found, otherwise false.

Applies to