2 references to Equals
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
808return this.credential.Equals(that.credential, mode, messageAuth); 1057if (that.credential == null || !this.credential.Equals(that.credential, this.mode, this.messageAuth))