H264Profile.Inequality(H264Profile, H264Profile) Operator

Definition

Determines if two H264Profile values are not the same.

public static bool operator != (Azure.Media.VideoAnalyzer.Edge.Models.H264Profile left, Azure.Media.VideoAnalyzer.Edge.Models.H264Profile right);
static member op_Inequality : Azure.Media.VideoAnalyzer.Edge.Models.H264Profile * Azure.Media.VideoAnalyzer.Edge.Models.H264Profile -> bool
Public Shared Operator != (left As H264Profile, right As H264Profile) As Boolean

Parameters

right
H264Profile

Returns

Applies to