'DeclarationProtected Overloads Function Equals( _ ByVal other As UASecurityRole _ ) As Boolean
'UsageDim instance As UASecurityRole Dim other As UASecurityRole Dim value As Boolean value = instance.Equals(other)
protected bool Equals( UASecurityRole other )
protected: bool Equals( UASecurityRole^ other )
Parameters
- other
- Object to be compared.
The value of this parameter cannot be
null(Nothingin Visual Basic).