Searched defs:Equals (Results 1 – 5 of 5) sorted by relevance
32 String.prototype.Equals = function() method in String
26 String.prototype.Contains=function(A){return (this.indexOf(A)>-1);};String.prototype.Equals=functio… method in String