'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.