DependencyObjectType::IsInstanceOfType Method (DependencyObject^)
.NET Framework (current version)
Determines whether the specified object is an instance of the current DependencyObjectType.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- dependencyObject
-
Type:
System.Windows::DependencyObject^
The object to compare with the current DependencyObjectType.
Return Value
Type: System::Booleantrue if the class represented by the current DependencyObjectType is in the inheritance hierarchy of the DependencyObject passed as d; otherwise, false.
Objects of the exact same type return true.
.NET Framework
Available since 3.0
Available since 3.0
Show: