diff options
Diffstat (limited to 'csharp/src/Ice/Optional.cs')
-rw-r--r-- | csharp/src/Ice/Optional.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csharp/src/Ice/Optional.cs b/csharp/src/Ice/Optional.cs index cbcdecfb929..4bfe510ee88 100644 --- a/csharp/src/Ice/Optional.cs +++ b/csharp/src/Ice/Optional.cs @@ -121,10 +121,6 @@ namespace Ice public override bool Equals(object other) { - if(ReferenceEquals(this, other)) - { - return true; - } if(other == null) { return false; |