Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Nov 24, 2023
1 parent 60116ca commit de03df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/sdk-reference/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ User userObject = new User("#UNIQUE-USER-IDENTIFIER#")
};
```

:::note
### User Object Attribute Types

All comparators support `string` values as User Object attribute, but some of them also support other types of values. It depends on the comparator how the values will be handled. The following rules apply:
:::

**Text-based comparisons** (EQUALS, IS ONE OF, etc.)
* accept `string` values,
Expand Down

0 comments on commit de03df6

Please sign in to comment.