Table of Contents

Method IsInstanceOfType

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsInstanceOfType(DependencyObject)

Determines whether the specifed object is an instance of the current DependencyObjectType

public bool IsInstanceOfType(DependencyObject dependencyObject)

Parameters

dependencyObject DependencyObject

The object to compare with the current Type

Returns

bool

true if the current DependencyObjectType is in the inheritance hierarchy of the object represented by the o parameter. false otherwise.