PbBlob.Equality(PbBlob v1, PbBlob v2) Method
.NET Standard 2.x
Determines whether two PbBlob objects have the same data values.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static bool operator ==(PbBlob v1, PbBlob v2);
Parameters
The first PbBlob object to compare with the second PbBlob object.
The second PbBlob object to compare with the first PbBlob object.
Returns
System.Boolean
Returns true if the PbBlob objects are equivalent, otherwise, returns false.
Examples
Coming soon.
Applies to
.NET Standard
2.x