ExceptionSummary.Equals Metod

Definition

Överlagringar

Name Description
Equals(ExceptionSummary)

Avgör om den här sammanfattningen och en angiven annan sammanfattning är identiska.

Equals(Object)

Avgör om den här sammanfattningen och en angiven annan sammanfattning är identiska.

Equals(ExceptionSummary)

Källa:
ExceptionSummary.cs
Källa:
ExceptionSummary.cs

Avgör om den här sammanfattningen och en angiven annan sammanfattning är identiska.

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

Parametrar

other
ExceptionSummary

Den andra sammanfattningen.

Returer

trueom de två sammanfattningarna är identiska; annars . false

Implementeringar

Gäller för

Equals(Object)

Källa:
ExceptionSummary.cs
Källa:
ExceptionSummary.cs

Avgör om den här sammanfattningen och en angiven annan sammanfattning är identiska.

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

Parametrar

obj
Object

Den andra sammanfattningen.

Returer

trueom de två sammanfattningarna är identiska; annars . false

Gäller för