'Declaration
<NotNullAttribute()> Function OverrideBy( _ ByVal other As Object _ ) As UserIdentity
'Usage
Dim instance As _UserIdentity Dim other As Object Dim value As UserIdentity value = instance.OverrideBy(other)
[NotNull()] UserIdentity OverrideBy( object other )
[NotNull()] UserIdentity^ OverrideBy( Object^ other )
Parameters
- other
- User identity with overriding token infos.
Return Value
Returns the new, modified user identity.