FrameworkElementEquals Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Determines whether this FrameworkElement is equal to another, by comparing their AutomationReferences

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare this FrameworkElement to

Return Value

Type: Boolean
True if obj is a FrameworkElement and its AutomationReference refers to the same element as this one's
See Also

Reference