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