InterceptableLocation.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(InterceptableLocation)
- Source:
- InterceptableLocation.cs
public abstract bool Equals(Microsoft.CodeAnalysis.CSharp.InterceptableLocation? other);
override this.Equals : Microsoft.CodeAnalysis.CSharp.InterceptableLocation -> bool
Public MustOverride Function Equals (other As InterceptableLocation) As Boolean
Parameters
- other
- InterceptableLocation
Returns
Implements
Applies to
Equals(Object)
- Source:
- InterceptableLocation.cs
- Source:
- InterceptableLocation.cs
- Source:
- InterceptableLocation.cs
public abstract bool Equals(object? obj);
override this.Equals : obj -> bool
Public MustOverride Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object