false
.Project proj;//a valid project Page p;//a valid page object p.Filter.ExactNameMatching = true; p.Filter.Name = "AP+ST-X"; InterruptionPoint[] interruptionPoints = p.InterruptionPoints; //now we have all InterruptionPoints named exactly "AP+ST-X" p.Filter.ExactNameMatching = false; interruptionPoints = p.InterruptionPoints; //now we have all InterruptionPoints that name starts from "AP+ST-X"