Searched defs:Equals (Results 1 – 8 of 8) 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