new ol.format.filter.EqualTo(propertyName, expression, opt_matchCase)
            src/ol/format/filter/equalto.js, line 18
        
        
        
    | Name | Type | Description | 
|---|---|---|
propertyName | 
            
            
            
            string | 
                
                 Name of the context property to compare.  | 
        
expression | 
            
            
            
            string | number | 
                
                 The value to compare.  | 
        
matchCase | 
            
            
            
            boolean | 
                
                 Case-sensitive?  | 
        
 OpenLayers