MSBuildProjectPropertyData.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.
Operator !=
public:
static bool operator !=(Microsoft::VisualStudio::Workspace::Extensions::MSBuild::MSBuildProjectPropertyData propertyData1, Microsoft::VisualStudio::Workspace::Extensions::MSBuild::MSBuildProjectPropertyData propertyData2);
public static bool operator != (Microsoft.VisualStudio.Workspace.Extensions.MSBuild.MSBuildProjectPropertyData propertyData1, Microsoft.VisualStudio.Workspace.Extensions.MSBuild.MSBuildProjectPropertyData propertyData2);
static member op_Inequality : Microsoft.VisualStudio.Workspace.Extensions.MSBuild.MSBuildProjectPropertyData * Microsoft.VisualStudio.Workspace.Extensions.MSBuild.MSBuildProjectPropertyData -> bool
Public Shared Operator != (propertyData1 As MSBuildProjectPropertyData, propertyData2 As MSBuildProjectPropertyData) As Boolean
Parameters
- propertyData1
- MSBuildProjectPropertyData
Data 1
- propertyData2
- MSBuildProjectPropertyData
Data 2
Returns
True if are different