You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a semantic perspective, the GetFirst method returns the first element in the array that has properties which match all of those specified in the compare object and the GetLast method returns the last element in the array that has properties which match all of those specified in the compare object. But their source codes are the same now.