ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.filter / StringEquals

StringEquals

class StringEquals : FilterCondition

Class to compare value inside document and value both as strings, using Mongos expr feature

Constructors

Name Summary
<init> Class to compare value inside document and value both as strings, using Mongos expr featureStringEquals(objectKey: String, value: Any?)

Properties

Name Summary
objectKey val objectKey: String
value val value: Any?

Functions

Name Summary
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int