Equals Method (RoutedEventHandlerInfo)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines if two RoutedEventHandlerInfo objects are equal.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Function Equals ( _
    handlerInfo As RoutedEventHandlerInfo _
) As Boolean
public bool Equals(
    RoutedEventHandlerInfo handlerInfo
)
public:
bool Equals(
    RoutedEventHandlerInfo^ handlerInfo
)
member Equals : 
        handlerInfo:RoutedEventHandlerInfo -> bool 
public function Equals(
    handlerInfo : RoutedEventHandlerInfo
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the RoutedEventHandlerInfo objects are equal, or false if not.

.NET Framework Security

See Also

Reference

RoutedEventHandlerInfo Class

Equals Overload

Microsoft.SPOT Namespace