diff --git a/mRemoteV1/Connection/ConnectionInfo.cs b/mRemoteV1/Connection/ConnectionInfo.cs index c157dfdbf..eec907c31 100644 --- a/mRemoteV1/Connection/ConnectionInfo.cs +++ b/mRemoteV1/Connection/ConnectionInfo.cs @@ -734,14 +734,6 @@ namespace mRemoteNG.Connection { RemoveParent(); } - - public override bool Equals(object otherObject) - { - var otherObjectAsConnectionInfo = otherObject as ConnectionInfo; - if (otherObjectAsConnectionInfo == null) return false; - return otherObjectAsConnectionInfo.ConstantID == ConstantID; - } - #endregion #region Public Enumerations