Share via


SourceLocation.Equality(SourceLocation, SourceLocation) Operator

Definition

Compares this source location instance with another source location instance for equality.

public:
 static bool operator ==(Microsoft::VisualStudio::GraphModel::CodeSchema::SourceLocation l1, Microsoft::VisualStudio::GraphModel::CodeSchema::SourceLocation l2);
public static bool operator == (Microsoft.VisualStudio.GraphModel.CodeSchema.SourceLocation l1, Microsoft.VisualStudio.GraphModel.CodeSchema.SourceLocation l2);
static member ( = ) : Microsoft.VisualStudio.GraphModel.CodeSchema.SourceLocation * Microsoft.VisualStudio.GraphModel.CodeSchema.SourceLocation -> bool
Public Shared Operator == (l1 As SourceLocation, l2 As SourceLocation) As Boolean

Parameters

Returns

Applies to