ActivityContext.Equals Método

Definição

Sobrecargas

Equals(ActivityContext)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determina se essa instância e um objeto ActivityContext especificado têm o mesmo valor.Determines whether this instance and a specified ActivityContext object have the same value.

Equals(ActivityContext)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(System::Diagnostics::ActivityContext value);
public bool Equals (System.Diagnostics.ActivityContext value);
override this.Equals : System.Diagnostics.ActivityContext -> bool
Public Function Equals (value As ActivityContext) As Boolean

Parâmetros

value
ActivityContext

O objeto a ser comparado com essa instância.The object to compare to this instance.

Retornos

Boolean

true se o objeto atual for igual ao parâmetro other; caso contrário, false.true if the current object is equal to the other parameter; otherwise, false.

Implementações

Aplica-se a

Equals(Object)

Determina se essa instância e um objeto ActivityContext especificado têm o mesmo valor.Determines whether this instance and a specified ActivityContext object have the same value.

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 objeto a ser comparado com essa instância.The object to compare to this instance.

Retornos

Boolean

true se o objeto atual for igual ao parâmetro obj; caso contrário, false.true if the current object is equal to the obj parameter; otherwise, false.

Aplica-se a