'Declaration <ExtensionAttribute()> Public Shared Function IsOfType (Of T,S)( _ ByVal container As ILayoutContainer _ ) As Boolean
'Usage Dim container As ILayoutContainer Dim value As Boolean value = Extensions.IsOfType(Of T, S)(container)
Parameters
- container
- The container whose type will be verified.
Type Parameters
- T
- A type to verify.
- S
- A type to verify.
Return Value
true if the specified container is of either of the specified types.