コード例 #1
0
ファイル: TGenerated.cs プロジェクト: stoneroses/objectfabric
            public override bool Equals(object obj)
            {
                Listener other = obj as Listener;

                if (other != null)
                {
                    return(_handler.Equals(other._handler));
                }

                return(false);
            }