MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / operator==

Method operator==

inst/include/Rcpp/String.h:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 }
601
602 bool operator==(const Rcpp::String& other) const {
603 return get_sexp() == other.get_sexp();
604 }
605 bool operator!=(const Rcpp::String& other) const {
606 return get_sexp() != other.get_sexp();
607 }

Callers

nothing calls this directly

Calls 2

get_sexpMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected