ManifestDescriptor.Inequality(ManifestDescriptor, ManifestDescriptor) 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 whether two instances of ManifestDescriptor are different.
public:
static bool operator !=(Microsoft::VisualStudio::Imaging::ManifestDescriptor d1, Microsoft::VisualStudio::Imaging::ManifestDescriptor d2);
public static bool operator != (Microsoft.VisualStudio.Imaging.ManifestDescriptor d1, Microsoft.VisualStudio.Imaging.ManifestDescriptor d2);
static member op_Inequality : Microsoft.VisualStudio.Imaging.ManifestDescriptor * Microsoft.VisualStudio.Imaging.ManifestDescriptor -> bool
Public Shared Operator != (d1 As ManifestDescriptor, d2 As ManifestDescriptor) As Boolean
Parameters
The first instance.
The second instance.
Returns
True if the two instances are not the same, otherwise false.