Share via


SyntaxFacts.IsAnyOverloadableOperator(SyntaxKind) Method

Definition

public:
 static bool IsAnyOverloadableOperator(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static bool IsAnyOverloadableOperator (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member IsAnyOverloadableOperator : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> bool
Public Function IsAnyOverloadableOperator (kind As SyntaxKind) As Boolean

Parameters

kind
SyntaxKind

Returns

Applies to