Show / Hide Table of Contents

    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

    v1 PowerScript.Bridge.PbBlob

    The first PbBlob object to compare with the second PbBlob object.

    v2 PowerScript.Bridge.PbBlob

    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

    Back to top Generated by Appeon