Método UCOMIMoniker.IsEqual (UCOMIMoniker)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Compara esse moniker com um moniker especificado e indica se eles são idênticos.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void IsEqual(
UCOMIMoniker pmkOtherMoniker
)
void IsEqual(
UCOMIMoniker^ pmkOtherMoniker
)
abstract IsEqual :
pmkOtherMoniker:UCOMIMoniker -> unit
Sub IsEqual (
pmkOtherMoniker As UCOMIMoniker
)
Parâmetros
pmkOtherMoniker
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker a ser usado para comparação.
Comentários
Para obter mais informações sobre IMoniker::IsEqual, consulte a Biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIMoniker
Namespace System.Runtime.InteropServices
Retornar ao início