TypeIdentifier.Equality Operator
Determines whether the specified TypeIdentifier instances are considered equal.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Shared Operator = ( _
first As TypeIdentifier, _
second As TypeIdentifier _
) As Boolean
public static bool operator ==(
TypeIdentifier first,
TypeIdentifier second
)
public:
static bool operator ==(
TypeIdentifier first,
TypeIdentifier second
)
static let inline (=)
first:TypeIdentifier *
second:TypeIdentifier : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
The first TypeIdentifier to compare.
- second
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
The second TypeIdentifier to compare.
Return Value
Type: System.Boolean
true if first is equal to second; otherwise, false.
.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.