ImageId.Inequality(ImageId, ImageId) 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.
public:
static bool operator !=(Microsoft::VisualStudio::Core::Imaging::ImageId left, Microsoft::VisualStudio::Core::Imaging::ImageId right);
public static bool operator != (Microsoft.VisualStudio.Core.Imaging.ImageId left, Microsoft.VisualStudio.Core.Imaging.ImageId right);
static member op_Inequality : Microsoft.VisualStudio.Core.Imaging.ImageId * Microsoft.VisualStudio.Core.Imaging.ImageId -> bool
Public Shared Operator != (left As ImageId, right As ImageId) As Boolean
Parameters
- left
- ImageId
- right
- ImageId