CustomAttributeNamedArgument.Equals Metoda

Definicja

Przeciążenia

Equals(Object)

Zwraca wartość wskazującą, czy to wystąpienie jest równe podanemu obiektowi.

Equals(CustomAttributeNamedArgument)

Wskazuje, czy bieżące wystąpienie jest równe innemu wystąpieniu tego samego typu.

Equals(Object)

Źródło:
CustomAttributeNamedArgument.cs
Źródło:
CustomAttributeNamedArgument.cs
Źródło:
CustomAttributeNamedArgument.cs

Zwraca wartość wskazującą, czy to wystąpienie jest równe podanemu obiektowi.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parametry

obj
Object

Obiekt do porównania z tym wystąpieniem lub null.

Zwraca

truejeśli obj jest równy typowi i wartości tego wystąpienia; w przeciwnym razie . false

Dotyczy

Equals(CustomAttributeNamedArgument)

Źródło:
CustomAttributeNamedArgument.cs
Źródło:
CustomAttributeNamedArgument.cs
Źródło:
CustomAttributeNamedArgument.cs

Wskazuje, czy bieżące wystąpienie jest równe innemu wystąpieniu tego samego typu.

public:
 virtual bool Equals(System::Reflection::CustomAttributeNamedArgument other);
public bool Equals (System.Reflection.CustomAttributeNamedArgument other);
override this.Equals : System.Reflection.CustomAttributeNamedArgument -> bool
Public Function Equals (other As CustomAttributeNamedArgument) As Boolean

Parametry

other
CustomAttributeNamedArgument

Wystąpienie do porównania z tym wystąpieniem.

Zwraca

true jeśli bieżące wystąpienie jest równe innego wystąpienia; w przeciwnym razie , false.

Implementuje

Dotyczy