LinkedOperation.Equality(LinkedOperation, LinkedOperation) 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 LinkedOperation values are the same.
public static bool operator == (Azure.ResourceManager.ProviderHub.Models.LinkedOperation left, Azure.ResourceManager.ProviderHub.Models.LinkedOperation right);
static member ( = ) : Azure.ResourceManager.ProviderHub.Models.LinkedOperation * Azure.ResourceManager.ProviderHub.Models.LinkedOperation -> bool
Public Shared Operator == (left As LinkedOperation, right As LinkedOperation) As Boolean
Parameters
- left
- LinkedOperation
- right
- LinkedOperation