BindingSource.Equals Metoda

Definice

Přetížení

Equals(BindingSource)
Equals(Object)

Equals(BindingSource)

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ other);
public bool Equals (Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource other);
public bool Equals (Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? other);
override this.Equals : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -> bool
Public Function Equals (other As BindingSource) As Boolean

Parametry

Návraty

Boolean

Implementuje

Platí pro

Equals(Object)

Determines whether the specified object is equal to the current object.

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

Návraty

Boolean

Platí pro