Share via


ArraySettingItemPropertyRule.NotEqual(String, Object) Method

Definition

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.

Applies to