Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified PropertyIdentifier is equal to the current PropertyIdentifier.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Function Equals ( _
other As PropertyIdentifier _
) As Boolean
public bool Equals(
PropertyIdentifier other
)
public:
virtual bool Equals(
PropertyIdentifier other
) sealed
abstract Equals :
other:PropertyIdentifier -> bool
override Equals :
other:PropertyIdentifier -> bool
public final function Equals(
other : PropertyIdentifier
) : boolean
Parameters
- other
Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
The PropertyIdentifier to compare with the current PropertyIdentifier.
Return Value
Type: System.Boolean
true if the specified PropertyIdentifier is equal to the current PropertyIdentifier; 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.