PoshWpf.PresentationResult.Equals C# (CSharp) Method

Equals() public method

public Equals ( PresentationResult obj ) : bool
obj PresentationResult
return bool
        public bool Equals(PresentationResult obj)
        {
            return obj.DialogResult == DialogResult && obj.WindowTag == WindowTag;
        }

Same methods

PresentationResult::Equals ( object obj ) : bool