AssetFileType.Inequality(AssetFileType, AssetFileType) 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 AssetFileType values are different.
public static bool operator != (Azure.MixedReality.ObjectAnchors.Conversion.AssetFileType left, Azure.MixedReality.ObjectAnchors.Conversion.AssetFileType right);
static member op_Inequality : Azure.MixedReality.ObjectAnchors.Conversion.AssetFileType * Azure.MixedReality.ObjectAnchors.Conversion.AssetFileType -> bool
Public Shared Operator != (left As AssetFileType, right As AssetFileType) As Boolean
Parameters
- left
- AssetFileType
The first AssetFileType to compare.
- right
- AssetFileType
The second AssetFileType to compare.
Returns
- System.Boolean
True if left
and right
are different; otherwise, false.