--- layout: stdlib-reference --- # ILogical\.or ## Description Performs a logical OR operation on this value with another value of the same type. ## Signature
ILogical.This ILogical.or(ILogical.This other);

## Parameters #### other : [ILogical](index.html)\.This