PeeringSessionStateV4.Inequality 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 PeeringSessionStateV4 values are not the same.
public static bool operator != (Azure.ResourceManager.Peering.Models.PeeringSessionStateV4 left, Azure.ResourceManager.Peering.Models.PeeringSessionStateV4 right);
static member op_Inequality : Azure.ResourceManager.Peering.Models.PeeringSessionStateV4 * Azure.ResourceManager.Peering.Models.PeeringSessionStateV4 -> bool
Public Shared Operator != (left As PeeringSessionStateV4, right As PeeringSessionStateV4) As Boolean
Parameters
- right
- PeeringSessionStateV4
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET