[]
Represents the item in which the content is a string.
public sealed class StringItem : Item<string>, IEquatable<Item<string>>, INotifyPropertyChanged
Public NotInheritable Class StringItem
Inherits Item(Of String)
Implements IEquatable(Of Item(Of String)), INotifyPropertyChanged
Name | Description |
---|---|
StringItem() | Initializes a new instance of StringItem. |
StringItem(string) | Initializes a new instance of StringItem. |
Name | Description |
---|---|
CompareValue(string, string) | Compare two values of string. |
Name | Description |
---|---|
implicit operator string(StringItem) | Converts a StringItem to a string. |
implicit operator StringItem(string) | Converts a string to a StringItem. |