DataUrlInfoEquals(DataUrlInfo) Method
Determines whether the value of this instance is equal to the value of other.
Namespace: FolkerKinzel.DataUrlsAssembly: FolkerKinzel.DataUrls (in FolkerKinzel.DataUrls.dll) Version: 2.0.7+f420e766440407ca7bfdc5c20bddf380fd0dd65f
[CLSCompliantAttribute(false)]
public bool Equals(
in DataUrlInfo other
)
<CLSCompliantAttribute(false)>
Public Function Equals (
ByRef other As DataUrlInfo
) As Boolean
public:
[CLSCompliantAttribute(false)]
bool Equals(
[InAttribute] DataUrlInfo% other
)
[<CLSCompliantAttribute(false)>]
member Equals :
other : DataUrlInfo byref -> bool
- other DataUrlInfo
- The DataUrlInfo instance to compare with.
Booleantrue if this the value of this instance is equal to that of
other;
false, otherwise.
This is the most performant overload of the Equals methods but unfortunately it's not CLS
compliant. Use it if you can!