DependencyObject.MetaEquals(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the metaproperties
of this DependencyObject equals the metaproperties
of the parameterized DependencyObject.
public:
bool MetaEquals(System::Workflow::ComponentModel::DependencyObject ^ dependencyObject);
public bool MetaEquals (System.Workflow.ComponentModel.DependencyObject dependencyObject);
member this.MetaEquals : System.Workflow.ComponentModel.DependencyObject -> bool
Public Function MetaEquals (dependencyObject As DependencyObject) As Boolean
Parameters
- dependencyObject
- DependencyObject
The DependencyObject to compare with for equality.
Returns
true
if the metaproperties
are equal; otherwise, false
.
Remarks
This uses the ==
operator as defined for the type of private member metaproperties
, which is IDictionary.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.