StructIsCaseSensitive
Returns whether the give struct is case sensitive
Method Signature
Arguments
Argument
Type
Required
Description
Default
struct
struct
true
The struct to test for type
Examples
Full Function with Explicit CaseSensitive
Show when the struct is explicitly set to casesensitive.
Result: YES
Member Function with Explicit CaseSensitive
Show when the struct is explicitly set to casesensitive.
Result: YES
Full Function with Implicit Struct Creation and Default Case Sensitivity
Show when the struct is implicitly created.
Result: NO
Related
Last updated
Was this helpful?