Share via


ArraySettingItemPropertyRule.Equal(String, Object) Method

Definition

Creates a ArraySettingItemPropertyRule that is satisfied when propertyId's value is equal to value.

public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule Equal (string propertyId, object? value);
static member Equal : string * obj -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule
Public Shared Function Equal (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