ExceptionSummary.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(ExceptionSummary) |
Determines whether this summary and a specified other summary are identical. |
Equals(Object) |
Determines whether this summary and a specified other summary are identical. |
Equals(ExceptionSummary)
- Source:
- ExceptionSummary.cs
- Source:
- ExceptionSummary.cs
Determines whether this summary and a specified other summary are identical.
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
The other summary.
Returns
true
if the two summaries are identical; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- ExceptionSummary.cs
- Source:
- ExceptionSummary.cs
Determines whether this summary and a specified other summary are identical.
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
The other summary.
Returns
true
if the two summaries are identical; otherwise, false
.