Show / Hide Table of Contents

    PbBlob.Equals(object obj) Method

    .NET Standard 2.x

    Determines whether the current PbBlob object has the same data values as the specified object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

    public override bool Equals(object obj);
    

    Parameters

    obj System.Object

    The PbBlob object to compare with the current 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