EventIdentifier.Equals Method (EventIdentifier)

Determines whether the specified EventIdentifier is equal to the current EventIdentifier.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As EventIdentifier _
) As Boolean
public bool Equals(
    EventIdentifier other
)
public:
virtual bool Equals(
    EventIdentifier other
) sealed
abstract Equals : 
        other:EventIdentifier -> bool 
override Equals : 
        other:EventIdentifier -> bool 
public final function Equals(
    other : EventIdentifier
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified EventIdentifier is equal to the current EventIdentifier; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

EventIdentifier Structure

Equals Overload

Microsoft.Windows.Design.Metadata Namespace