Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
2 references to Equals
System.Activities (2)
System\Activities\Debugger\DocumentRange.cs (2)
47return this.Start.Equals(other.Start) && this.End.Equals(other.End);