Microsoft.Windows.Controls.Ribbon.RibbonGallery.VerifyEqual C# (CSharp) Method

VerifyEqual() static private method

static private VerifyEqual ( object knownValue, object itemValue ) : bool
knownValue object
itemValue object
return bool
        internal static bool VerifyEqual(object knownValue, object itemValue)
        {
            return Object.Equals(knownValue, itemValue);
        }
RibbonGallery