EndpointPermission.Equals(Object) Método
Definição
Determina se o Object especificado é igual ao Object atual.Determines whether the specified Object is equal to the current Object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parâmetros
- obj
- Object
O Object a ser comparado com o Object atual.The Object to compare with the current Object.
Retornos
true se o Object especificado for igual ao Object atual; caso contrário, false.true if the specified Object is equal to the current Object; otherwise, false.