MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isEqual

Function isEqual

Engine/source/console/arrayObject.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 bool isCaseSensitive() const { return mCaseSensitive; }
84
85 bool isEqual( const String &valA, const String &valB ) const
86 {
87 return valA.equal( valB, isCaseSensitive() ? String::Case : String::NoCase );
88 }
89
90 /// Searches the array for the first matching value from the
91 /// current array position. It will return -1 if no matching

Callers 9

getIndexFromValueMethod · 0.85
getIndexFromKeyMethod · 0.85
getIndexFromKeyValueMethod · 0.85
countValueMethod · 0.85
countKeyMethod · 0.85
uniqueValueMethod · 0.85
uniqueKeyMethod · 0.85
cropMethod · 0.85
TESTFunction · 0.85

Calls 2

isCaseSensitiveFunction · 0.85
equalMethod · 0.45

Tested by 1

TESTFunction · 0.68