public Boolean getValuesDiffer()

in server/src/jetbrains/buildServer/agentsDiff/BuildAgentsDiffEntry.java [39:41]


  public Boolean getValuesDiffer() {
    return myType == BuildAgentsDiffEntryType.PARAMETER_VALUE;
  }