Toolbox.Milliseconds.Equals C# (CSharp) Method

Equals() public method

public Equals ( Milliseconds other ) : bool
other Milliseconds
return bool
        public bool Equals(Milliseconds other)
        {
            return other.Value == Value;
        }

Same methods

Milliseconds::Equals ( object obj ) : bool