System.Reflection.MemberInfo.CacheEquals C# (CSharp) Method

CacheEquals() private method

private CacheEquals ( object o ) : bool
o object
return bool
        internal virtual bool CacheEquals(object o) { throw new NotImplementedException(); } 
        #endregion