DependencyObject::MetaEquals Method (DependencyObject^)

 

Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
bool MetaEquals(
	DependencyObject^ dependencyObject
)

Parameters

dependencyObject
Type: System.Workflow.ComponentModel::DependencyObject^

The DependencyObject to compare with for equality.

Return Value

Type: System::Boolean

true if the metaproperties are equal; otherwise, false.

This uses the == operator as defined for the type of private member metaproperties, which is IDictionary.

.NET Framework
Available since 3.0
Return to top
Show: