FoundryModelArtifactProfileSignal.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 FoundryModelArtifactProfileSignal values are not the same.
public static bool operator !=(Azure.AI.Projects.FoundryModelArtifactProfileSignal left, Azure.AI.Projects.FoundryModelArtifactProfileSignal right);
static member op_Inequality : Azure.AI.Projects.FoundryModelArtifactProfileSignal * Azure.AI.Projects.FoundryModelArtifactProfileSignal -> bool
Public Shared Operator != (left As FoundryModelArtifactProfileSignal, right As FoundryModelArtifactProfileSignal) As Boolean
Parameters
The left value to compare.
The right value to compare.