Udostępnij za pośrednictwem


CustomAttributeTypedArgument.Equals Metoda

Definicja

Przeciążenia

Equals(Object)

Wskazuje, czy to wystąpienie oraz określony obiekt są równe.

Equals(CustomAttributeTypedArgument)

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

Equals(Object)

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

Wskazuje, czy to wystąpienie oraz określony obiekt są równe.

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

Inny obiekt do porównania.

Zwraca

truejeśli obj i to wystąpienie są tego samego typu i reprezentują tę samą wartość; w przeciwnym razie . false

Zobacz też

Dotyczy

Equals(CustomAttributeTypedArgument)

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

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

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

Parametry

other
CustomAttributeTypedArgument

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