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
- other
Type: Microsoft.Windows.Design.Metadata.EventIdentifier
The EventIdentifier to compare with the current EventIdentifier.
Return Value
Type: System.Boolean
true if the specified EventIdentifier is equal to the current EventIdentifier; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.