DependencyObject::MetaEquals Method (DependencyObject^)
.NET Framework (current version)
Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- dependencyObject
-
Type:
System.Workflow.ComponentModel::DependencyObject^
The DependencyObject to compare with for equality.
This uses the == operator as defined for the type of private member metaproperties, which is IDictionary.
.NET Framework
Available since 3.0
Available since 3.0
Show: