From: Jongkyu Koo Date: Fri, 30 Jun 2017 06:03:03 +0000 (+0900) Subject: Apply HTML character entities X-Git-Tag: submit/trunk/20170823.075128~115^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8072ae25444de4c8a8a855fe5cba1dd49cedc55e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Apply HTML character entities Change-Id: Iaffaa0a267cbcad02bddca8e87da2d81816a1050 Signed-off-by: Jongkyu Koo --- diff --git a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsFilter.cs b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsFilter.cs index a6d49ee..18880ac 100644 --- a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsFilter.cs +++ b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsFilter.cs @@ -203,27 +203,27 @@ namespace Tizen.Pims.Contacts public enum IntegerMatchType { /// - /// '=' + /// = /// Equal, /// - /// '>' + /// > /// GreaterThan, /// - /// '>=' + /// >= /// GreaterThanOrEqual, /// - /// < + /// < /// LessThan, /// - /// <= + /// <= /// LessThanOrEqual, /// - /// <>, this flag can yield poor performance + /// <>, this flag can yield poor performance /// NotEqual, ///