コード例 #1
0
        public override bool Equals(object obj)
        {
            var other = obj as OperationKey;

            return(Identifier.Equals(other.Identifier) && Source.Equals(other.Source));
        }