FubuMVC.IntegrationTesting.Samples.DoubleNumber.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( DoubleNumber other ) : bool
other DoubleNumber
return bool
        protected bool Equals(DoubleNumber other)
        {
            return Value == other.Value;
        }

Same methods

DoubleNumber::Equals ( object obj ) : bool