Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.61 KB

File metadata and controls

53 lines (41 loc) · 1.61 KB

Function: StructIsCaseSensitive

Returns whether the give struct is case sensitive

Method Signature

StructIsCaseSensitive(struct=[structloose])

Arguments

Argument Type Required Description Default
struct struct true The struct to test for type

Examples

Related