Microsoft.Windows.Controls.Ribbon.RibbonGallery.VerifyEqual C# (CSharp) Метод

VerifyEqual() статический приватный Метод

static private VerifyEqual ( object knownValue, object itemValue ) : bool
knownValue object
itemValue object
Результат bool
        internal static bool VerifyEqual(object knownValue, object itemValue)
        {
            return Object.Equals(knownValue, itemValue);
        }
RibbonGallery