次の方法で共有


ApiSpecImportSourceFormat.Equality Operator

Definition

Determines if two ApiSpecImportSourceFormat values are the same.

public static bool operator ==(Azure.ResourceManager.ApiCenter.Models.ApiSpecImportSourceFormat left, Azure.ResourceManager.ApiCenter.Models.ApiSpecImportSourceFormat right);
static member ( = ) : Azure.ResourceManager.ApiCenter.Models.ApiSpecImportSourceFormat * Azure.ResourceManager.ApiCenter.Models.ApiSpecImportSourceFormat -> bool
Public Shared Operator == (left As ApiSpecImportSourceFormat, right As ApiSpecImportSourceFormat) As Boolean

Parameters

left
ApiSpecImportSourceFormat

The left value to compare.

right
ApiSpecImportSourceFormat

The right value to compare.

Returns

Applies to