Rebel.Cms.Web.ContentIsHelperExtensions.IsEqual C# (CSharp) Method

IsEqual() private method

private IsEqual ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
return 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