ArraySettingItemPropertyRule.NotEqual(String, Object) Method
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.
Creates a ArraySettingItemPropertyRule that is satisfied when propertyId
's
value is not equal to value
.
public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule NotEqual (string propertyId, object? value);
static member NotEqual : string * obj -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule
Public Shared Function NotEqual (propertyId As String, value As Object) As ArraySettingItemPropertyRule
Parameters
- propertyId
- String
The property to evaluate.
- value
- Object
The value to compare propertyId
to.
Returns
A ArraySettingItemPropertyRule instance.