isSameAs method

ServiceNowQueryElement isSameAs(
  1. String value
)

Implementation

ServiceNowQueryElement isSameAs(String value){
  //activeSAMEASactive
  return ServiceNowQueryElement._("${string}SAMEAS$value");
}