Rebel.Cms.Web.ContentIsHelperExtensions.IsEqual C# (CSharp) Méthode

IsEqual() private méthode

private IsEqual ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
Résultat IHtmlString
        public static IHtmlString IsEqual(this Content content, object toCompare, string valueIfTrue)
        {
            throw new ObsoleteException("IsEqual", "IsEqualTo");
        }

Same methods

ContentIsHelperExtensions::IsEqual ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
ContentIsHelperExtensions::IsEqual ( this content, object toCompare ) : bool