ExceptionSummary.Equals Methode

Definitie

Overloads

Name Description
Equals(ExceptionSummary)

Bepaalt of deze samenvatting en een opgegeven andere samenvatting identiek zijn.

Equals(Object)

Bepaalt of deze samenvatting en een opgegeven andere samenvatting identiek zijn.

Equals(ExceptionSummary)

Bron:
ExceptionSummary.cs
Bron:
ExceptionSummary.cs

Bepaalt of deze samenvatting en een opgegeven andere samenvatting identiek zijn.

public:
 virtual bool Equals(Microsoft::Extensions::Diagnostics::ExceptionSummarization::ExceptionSummary other);
public bool Equals(Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary other);
override this.Equals : Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary -> bool
Public Function Equals (other As ExceptionSummary) As Boolean

Parameters

other
ExceptionSummary

De andere samenvatting.

Retouren

true indien de twee samenvattingen identiek zijn; anders, false.

Implementeringen

Van toepassing op

Equals(Object)

Bron:
ExceptionSummary.cs
Bron:
ExceptionSummary.cs

Bepaalt of deze samenvatting en een opgegeven andere samenvatting identiek zijn.

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

Parameters

obj
Object

De andere samenvatting.

Retouren

true indien de twee samenvattingen identiek zijn; anders, false.

Van toepassing op