ArraySettingItemPropertyRule.Equal(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 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.