SourceLocation::Inequality Operator (SourceLocation, SourceLocation)

 

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

Namespace:   Microsoft.VisualStudio.GraphModel.CodeSchema
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static bool operator !=(
	SourceLocation l1,
	SourceLocation l2
)

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: