EndpointIdentity.Equals(Object) Método
Definição
Retorna um valor que determina se um objeto especificado é igual ao objeto de identidade atual ou se eles têm propriedades de segurança iguais.Returns a value that determines whether a specified object is equal to the current identity object or if they have equal security properties.
public:
override bool Equals(System::Object ^ obj);
public:
override bool Equals(System::Object ^ other);
public override bool Equals (object obj);
public override bool Equals (object other);
override this.Equals : obj -> bool
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Public Overrides Function Equals (other As Object) As Boolean
Parâmetros
- objother
- Object
O Object comparado à identidade atual para igualdade.The Object compared for equality with the current identity.
Retornos
true se o objeto especificado obj for equivalente à identidade atual ou contém as mesmas propriedades de segurança; caso contrário, false.true if the specified object obj is equivalent to the current identity or contains the same security properties; otherwise, false.