Click or drag to resize
CMSStringEquals Method (Object, Object, FuncObject, String)
Determines whether two specified Objects return same string value when given a function

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool Equals(
	Object strA,
	Object strB,
	Func<Object, string> f
)

Parameters

strA
Type: SystemObject
The first object to compare
strB
Type: SystemObject
The second object to compare
f
Type: SystemFuncObject, String
Function to get strings to compare

Return Value

Type: Boolean
See Also