pip_services3_commons
pip_services3_commons
TagsProcessor
equalTags method
equalTags
pip_services3_commons
pip_services3_commons
TagsProcessor
equalTags method
TagsProcessor class
Constructors
TagsProcessor
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
compressTag
compressTagList
compressTags
equalTags
extractHashTags
extractHashTagsFromValue
normalizeTag
normalizeTagList
normalizeTags
equalTags
method
bool
equalTags
(
String
tag1
,
String
tag2
)
Compares two tags using their compressed form.
tag1
the first tag.
tag2
the second tag. Returns true if the tags are equal and false otherwise.