matchSingle(_:)
Match the specified string against a string value (not an array).
Declaration
func matchSingle(_ value: String) -> EntitlementsQueryDiscussion
Strings are matched byte for byte (i.e. no unicode normalization occurs).
Match the specified string against a string value (not an array).
func matchSingle(_ value: String) -> EntitlementsQueryStrings are matched byte for byte (i.e. no unicode normalization occurs).