Пример #1
0
            public override bool Equals(object obj)
            {
                ComInvokeMemberBinder other = obj as ComInvokeMemberBinder;

                return(other != null &&
                       IsPropertySet == other.IsPropertySet &&
                       _originalBinder.Equals(other._originalBinder));
            }