StringFormatName.Equality(StringFormatName, StringFormatName) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether two StringFormatName instances are the same.
public:
static bool operator ==(Microsoft::Xrm::Sdk::Metadata::StringFormatName ^ stringFormatA, Microsoft::Xrm::Sdk::Metadata::StringFormatName ^ stringFormatB);
public static bool operator == (Microsoft.Xrm.Sdk.Metadata.StringFormatName stringFormatA, Microsoft.Xrm.Sdk.Metadata.StringFormatName stringFormatB);
static member ( = ) : Microsoft.Xrm.Sdk.Metadata.StringFormatName * Microsoft.Xrm.Sdk.Metadata.StringFormatName -> bool
Public Shared Operator == (stringFormatA As StringFormatName, stringFormatB As StringFormatName) As Boolean
Parameters
- stringFormatA
- StringFormatName
Specifies a StringFormatName.
- stringFormatB
- StringFormatName
Specifies a StringFormatName.
Returns
true
if the values of stringFormatA and stringFormatB are the same; otherwise, false
.