Vcl.Samples.DirOutln.SameLetter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SameLetter(Letter1, Letter2: Char): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall SameLetter(System::WideChar Letter1, System::WideChar Letter2);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln Vcl.Samples.DirOutln

Description

Checks whether two characters represent the same letter.

SameLetter verifies whether two characters are equal, regardless of their case.

See Also