TypeIdentifier.Equals Method (TypeIdentifier)
Determines whether the specified TypeIdentifier is equal to the current TypeIdentifier.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Function Equals ( _
other As TypeIdentifier _
) As Boolean
public bool Equals(
TypeIdentifier other
)
public:
virtual bool Equals(
TypeIdentifier other
) sealed
abstract Equals :
other:TypeIdentifier -> bool
override Equals :
other:TypeIdentifier -> bool
public final function Equals(
other : TypeIdentifier
) : boolean
Parameters
- other
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
The TypeIdentifier to compare with the current TypeIdentifier.
Return Value
Type: System.Boolean
true if the specified TypeIdentifier is equal to the current TypeIdentifier; 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.