Base:
method
GetHashCode
System.Object.GetHashCode()
2 references to GetHashCode
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
361
return this.source.
GetHashCode
() ^ this.target.
GetHashCode
();