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