SharpCifs.Smb.SmbSession.Matches C# (CSharp) Method

Matches() private method

private Matches ( NtlmPasswordAuthentication auth ) : bool
auth NtlmPasswordAuthentication
return bool
		internal bool Matches(NtlmPasswordAuthentication auth)
		{
			return this.Auth == auth || this.Auth.Equals(auth);
		}