op_Equality

FolderFontSource Equality operator

Determines whether two FolderFontSource objects are the same.

public static bool operator ==(FolderFontSource left, FolderFontSource right)
Parameter Type Description
left FolderFontSource Left FolderFontSource object.
right FolderFontSource Right FolderFontSource object.

Return Value

true

if both FolderFontSource objects are the same; otherwise,

false

See Also