Web-based responsive document annotation tool
activeannoservice / project.filter / StringEquals
class StringEquals :
FilterCondition
Class to compare value inside document and value both as strings, using Mongos expr feature
Name | Summary |
---|---|
<init> | Class to compare value inside document and value both as strings, using Mongos expr featureStringEquals(objectKey: String , value: Any ?) |
Name | Summary |
---|---|
objectKey | val objectKey: String |
value | val value: Any ? |
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |