Org.IdentityConnectors.Framework.Common.Objects.QualifiedUid.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns a hash code based on uid
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return _uid.GetHashCode();
        }