Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool Equivalent(
	X509Name other,
	bool inOrder
)
Visual Basic
Public Function Equivalent ( _
	other As X509Name, _
	inOrder As Boolean _
) As Boolean
Visual C++
public:
bool Equivalent(
	X509Name^ other, 
	bool inOrder
)

Parameters

other
Type: Org.BouncyCastle.Asn1.X509..::..X509Name
The X509Name object to test equivalency against.
inOrder
Type: System..::..Boolean
If true, the order of elements must be the same, as well as the values associated with each element.

See Also