Equal()

SecurityElement::Equal(SecurityElement) method

Checks for parameters equality.

bool System::Security::SecurityElement::Equal(SecurityElement other)

Arguments

ParameterTypeDescription
otherSecurityElementTag to compare to.

Return Value

True if tags match, false otherwise.

See Also