Share via


SyntaxFacts.IsOverloadableBinaryOperator(SyntaxKind) Method

Definition

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

Parameters

kind
SyntaxKind

Returns

Applies to