ActivityContext.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(ActivityContext) |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) |
Determines whether this instance and a specified |
Equals(ActivityContext)
- Source:
- ActivityContext.cs
- Source:
- ActivityContext.cs
- Source:
- ActivityContext.cs
Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(System::Diagnostics::ActivityContext value);
public bool Equals (System.Diagnostics.ActivityContext value);
override this.Equals : System.Diagnostics.ActivityContext -> bool
Public Function Equals (value As ActivityContext) As Boolean
Parameters
- value
- ActivityContext
The object to compare to this instance.
Returns
true
if the current object is equal to the other
parameter; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- ActivityContext.cs
- Source:
- ActivityContext.cs
- Source:
- ActivityContext.cs
Determines whether this instance and a specified ActivityContext
object have the same value.
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 object to compare to this instance.
Returns
true
if the current object is equal to the obj
parameter; otherwise, false
.