ExceptionActionKind.Equality(ExceptionActionKind, ExceptionActionKind) Operator
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.
Determines if two ExceptionActionKind values are the same.
public static bool operator == (Azure.Communication.JobRouter.ExceptionActionKind left, Azure.Communication.JobRouter.ExceptionActionKind right);
static member ( = ) : Azure.Communication.JobRouter.ExceptionActionKind * Azure.Communication.JobRouter.ExceptionActionKind -> bool
Public Shared Operator == (left As ExceptionActionKind, right As ExceptionActionKind) As Boolean
Parameters
- left
- ExceptionActionKind
- right
- ExceptionActionKind
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET